[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 3 / f / TrueSDK / 0.1.3 / TrueSDK.podspec.json
blobca25cb9005e076195c9df0c60ac9beb06b9f11d0
2   "name": "TrueSDK",
3   "version": "0.1.3",
4   "summary": "Official Truecaller SDK for iOS for one tap verified phone number based sign up/login.",
5   "description": "TrueSDK framework provides:\n* Truecaller login to easily sign in users.\n* Truecaller autofill to easily fill form data.",
6   "homepage": "https://developer.truecaller.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Truecaller": "truecallerdevelopers@truecaller.com"
13   },
14   "social_media_url": "http://twitter.com/Truecaller",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/truecaller/ios-sdk.git",
20     "tag": "v0.1.3"
21   },
22   "ios": {
23     "weak_frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   },
28   "requires_arc": true,
29   "source_files": [
30     "TrueSDK/*.{h,m}",
31     "TrueSDK/**/*.{h,m}"
32   ],
33   "public_header_files": [
34     "TrueSDK/*.{h}",
35     "TrueSDK/**/*.{h}"
36   ],
37   "resources": [
38     "TrueSDK/**/Assets.xcassets"
39   ],
40   "resource_bundles": {
41     "TrueSDK": [
42       "TrueSDK/External/Languages/*"
43     ]
44   }