| { |
| "name": "PGSDK-library-iOS", |
| "version": "1.9.0", |
| "summary": "Pesonagraph iOS Library", |
| "description": " A longer description of PGSDK-lib-iOS in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n", |
| "homepage": "http://personagraph.com/ios", |
| "license": { |
| "type": "Personagraph", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Bharath Booshan": "bharath@personagraph.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://bitbucket.org/personagraph/pgsdk-lib-ios.git", |
| "tag": "1.9.0" |
| }, |
| "source_files": "RichInsightsSDK/include/*.{h}", |
| "public_header_files": "RichInsightsSDK/include/*.{h}", |
| "preserve_paths": "RichInsightsSDK/lib/*.a", |
| "ios": { |
| "vendored_libraries": "RichInsightsSDK/lib/libRichInsights.a" |
| }, |
| "libraries": [ |
| "sqlite3", |
| "RichInsights" |
| ], |
| "requires_arc": true |
| } |