[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 1 / 6 / SinchVerification-Swift / 2.0.3 / SinchVerification-Swift.podspec.json
blob9c484d3b86c74ea3045eb808a1c7d737a449b485
2   "name": "SinchVerification-Swift",
3   "version": "2.0.3",
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/2.0.3/SinchVerification-iOS-2.0.3-f7e1e4b.tar.bz2"
20   },
21   "preserve_paths": [
22     "LICENSE.txt",
23     "objc/SinchVerification.framework",
24     "cocoapods"
25   ],
26   "ios": {
27     "vendored_frameworks": "objc/SinchVerification.framework"
28   },
29   "prepare_command": "cp -R objc/SinchVerification.framework cocoapods/SinchVerificationObjC.framework\ncp cocoapods/SinchVerificationObjC.modulemap cocoapods/SinchVerificationObjC.framework/Modules/module.modulemap",
30   "source_files": "swift3/src/SinchVerification.swift",
31   "module_name": "SinchVerification",
32   "pod_target_xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/SinchVerification-Swift/cocoapods"
34   },
35   "libraries": [
36     "c++",
37     "icucore",
38     "z"
39   ],
40   "frameworks": [
41     "Foundation",
42     "UIKit",
43     "SystemConfiguration",
44     "CoreTelephony"
45   ],
46   "pushed_with_swift_version": "3.0"