[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / e / 0 / ReCaptcha_objc / 1.6.0 / ReCaptcha_objc.podspec.json
blob2b2437e27a16c5768b9ec0a2e80dd9672cf3f3cc
2   "name": "ReCaptcha_objc",
3   "version": "1.6.0",
4   "summary": "ReCaptcha for iOS",
5   "swift_versions": "5.0",
6   "description": "Add Google's [Invisible ReCaptcha](https://developers.google.com/recaptcha/docs/invisible) to your project. This library\nautomatically handles ReCaptcha's events and retrieves the validation token or notifies you to present the challenge if\ninvisibility is not possible.",
7   "homepage": "https://github.com/irons163/ReCaptcha_objc",
8   "authors": "irons163",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/irons163/ReCaptcha_objc.git",
15     "tag": "1.6.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "ReCaptcha_objc/Classes/*",
25       "frameworks": "WebKit",
26       "resource_bundles": {
27         "ReCaptcha_objc": [
28           "ReCaptcha_objc/Assets/**/*"
29         ]
30       }
31     }
32   ],
33   "swift_version": "5.0"