blob: cda6de1ac86b62437957ed7ac75f88c453b2d04e [file] [log] [blame]
{
"name": "PhonzieSDK",
"version": "0.1.0",
"summary": "A short description of PhonzieSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://www.lenis.tech",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "karen.lusinyan.developerios@gmail.com"
},
"source": {
"git": "https://klusinyan@bitbucket.org/klusinyan/phonziesdk.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PhonzieSDK/Classes/**/*.h",
"public_header_files": "PhonzieSDK/Classes/**/*.h",
"preserve_paths": "lib-pod/libPhonzie.a",
"vendored_libraries": "lib-pod/libPhonzie.a",
"frameworks": [
"UIKit",
"MapKit",
"AdSupport",
"MobileCoreServices",
"SystemConfiguration"
],
"dependencies": {
"AFNetworking": [
],
"Fabric": [
],
"Crashlytics": [
],
"GoogleConversionTracking": [
],
"CommonUtils": [
],
"OneSignal": [
],
"TBQuadTree": [
]
}
}