blob: 862d8a44932876d9fc5e2ef790eeda8348b2e1c0 [file] [log] [blame]
{
"name": "PGSDK",
"version": "2.0.1",
"summary": "PG-SDK Summary",
"description": " An longer description of PG-SDK\n",
"homepage": "http://www.personagraph.com/",
"license": {
"type": "Personagraph",
"file": "LICENSE"
},
"authors": {
"Bharath Booshan": "bharath@personagraph.com"
},
"source": {
"git": "https://bharath2020@bitbucket.org/personagraph/pg-sdk.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/personagraph",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/PGSDK/include/*.h",
"public_header_files": "Pod/PGSDK/include/RichInsights.h",
"preserve_paths": "Pod/PGSDK/lib/*.a",
"ios": {
"vendored_libraries": "Pod/PGSDK/lib/libPGSDK.a"
},
"libraries": [
"sqlite3",
"PGSDK"
],
"frameworks": [
"SystemConfiguration",
"AdSupport"
]
}