blob: 52f50bb730617b879ecf3febc977ffb4a6259560 [file] [log] [blame]
{
"name": "Analytics",
"version": "0.5.2",
"summary": "Segment.io Analytics library for iOS.",
"homepage": "https://segment.io/libraries/ios",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Segment.io": "friends@segment.io"
},
"source": {
"http": "https://s3.amazonaws.com/segmentio/releases/ios/Analytics-0.5.2.zip",
"flatten": true
},
"source_files": "Analytics.framework/Headers/*.h",
"preserve_paths": "Analytics.framework/*.a",
"frameworks": [
"Foundation",
"CoreData",
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"QuartzCore",
"CFNetwork",
"AdSupport"
],
"libraries": [
"sqlite3.0",
"z",
"Analytics"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Analytics/Analytics.framework\""
},
"requires_arc": false
}