File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Example/ReCaptcha.xcodeproj Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.0
2+
3+ - Carthage support
4+ - Refactored framework errors
5+ - Alternate endpoint to bypass firewall limitations #10
6+ - Fix: JS not loaded #7
7+ - Fix: Wrong Domain retrieving #6
8+
19# 0.2.0
210
311- Removing ` presenterView ` from ReCaptchaWebViewManager
Original file line number Diff line number Diff line change 5555 C2A0BDD35B5E219129E9BC65 /* Pods-ReCaptcha_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReCaptcha_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReCaptcha_Example/Pods-ReCaptcha_Example.release.xcconfig"; sourceTree = "<group>"; };
5656 C8537003ECC47117AF54DCA9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
5757 F206BAD41F8D3FEB00A25807 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cartfile; path = ../Cartfile; sourceTree = "<group>"; };
58+ F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
5859 F288E9441F9537760018688D /* ReCaptchaError+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ReCaptchaError+Equatable.swift"; sourceTree = "<group>"; };
5960 F2E2685D1F7AEE3400CD876D /* ReCaptcha__Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReCaptcha__Tests.swift; sourceTree = "<group>"; };
6061 F2ECCF761E9FC47B0097B199 /* ReCaptcha_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReCaptcha_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
139140 F206BAD41F8D3FEB00A25807 /* Cartfile */,
140141 0A2D0E5B4C6E445BF971488B /* README.md */,
141142 C8537003ECC47117AF54DCA9 /* LICENSE */,
143+ F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */,
142144 F2ECCF871E9FCE930097B199 /* .travis.yml */,
143145 F2ECCF8F1EA008C20097B199 /* codecov.yml */,
144146 );
Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |s |
33 s . name = 'ReCaptcha'
4- s . version = '0.2 .0'
4+ s . version = '0.3 .0'
55 s . summary = 'ReCaptcha for iOS'
66
77 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments