[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 1 / 6 / SinchVerification-Swift / 1.4.1 / SinchVerification-Swift.podspec.json
blob5964e554ef7bd59e6ce694857bd8ea01880a1594
2   "name": "SinchVerification-Swift",
3   "version": "1.4.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "The Sinch Verification SDK makes verifying phone numbers easy.",
8   "description": "The Sinch Verification SDK makes verifying phone numbers easy.\n\n* Verification of phone numbers via SMS and callout\n* Simple authentication scheme to get started quickly\n* Server integration via REST-API callbacks for advanced setups",
9   "homepage": "https://www.sinch.com/products/verification/",
10   "authors": {
11     "Sinch": "dev@sinch.com"
12   },
13   "social_media_url": "https://twitter.com/sinchdev",
14   "license": {
15     "type": "Commercial",
16     "file": "LICENSE.txt"
17   },
18   "source": {
19     "http": "https://download.sinch.com/verification/ios/1.4/SinchVerification-iOS-1.4.1-acba359.tar.bz2"
20   },
21   "ios": {
22     "vendored_frameworks": "swift/SinchVerification.framework"
23   },
24   "preserve_paths": [
25     "swift/SinchVerification.framework",
26     "LICENSE.txt"
27   ],
28   "module_name": "SinchVerification",
29   "libraries": [
30     "c++",
31     "icucore"
32   ],
33   "frameworks": [
34     "Foundation",
35     "UIKit",
36     "SystemConfiguration",
37     "CoreTelephony"
38   ]