blob: 3f2e1a0748ef1716cc1bf11e46c31a82d4702de8 [file] [log] [blame]
{
"name": "TrueSDK",
"version": "0.1.0",
"summary": "Official Truecaller SDK for iOS for one tap verified phone number based sign up/login.",
"description": "TrueSDK framework provides:\n* Truecaller login to easily sign in users.\n* Truecaller autofill to easily fill form data.",
"homepage": "https://developer.truecaller.com/implement",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Truecaller": "truecallerdevelopers@truecaller.com"
},
"social_media_url": "http://twitter.com/Truecaller",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/truecaller/ios-sdk.git",
"tag": "v0.1.0"
},
"ios": {
"weak_frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": [
"TrueSDK/*.{h,m}",
"TrueSDK/**/*.{h,m}"
],
"public_header_files": [
"TrueSDK/*.{h}",
"TrueSDK/**/*.{h}"
],
"resources": [
"TrueSDK/**/Assets.xcassets",
"TrueSDK/**/Languages/*"
]
}