| { |
| "name": "Localytics-AMP", |
| "version": "2.61.0", |
| "summary": "Localytics AMP iOS SDK", |
| "description": "Localytics analytics and marketing platform", |
| "homepage": "http://www.localytics.com", |
| "license": { |
| "type": "Copyright", |
| "file": "AMP-SDK-2.61.0.bin/LICENSE" |
| }, |
| "authors": "Char Software, Inc. d/b/a Localytics", |
| "source": { |
| "http": "http://downloads.localytics.com/SDKs/iOS/archive/AMP-SDK-2.61.0.bin.zip" |
| }, |
| "platforms": { |
| "ios": "5.1.1" |
| }, |
| "source_files": "AMP-SDK-2.61.0.bin/*.h", |
| "preserve_paths": "AMP-SDK-2.61.0.bin/libLocalyticsAMP_x64.a", |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Localytics-AMP/AMP-SDK-2.61.0.bin\"" |
| }, |
| "weak_frameworks": "AdSupport", |
| "frameworks": "SystemConfiguration", |
| "libraries": [ |
| "LocalyticsAMP_x64", |
| "z", |
| "sqlite3" |
| ], |
| "requires_arc": false |
| } |