| { |
| "name": "mobilytics", |
| "version": "2.0", |
| "summary": "mobilytics", |
| "homepage": "https://da.netease.com/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "马守磊": "hzmashoulei@corp.netease.com" |
| }, |
| "source": { |
| "git": "https://github.com/mashoulei/mobilytics-ios.git", |
| "tag": "v2.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "*.h", |
| "preserve_paths": [ |
| "*.h", |
| "libMobilytics.a" |
| ], |
| "vendored_libraries": "libMobilytics.a", |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "frameworks": [ |
| "SystemConfiguration", |
| "CoreTelephony", |
| "CoreLocation", |
| "UIKit", |
| "Security", |
| "AdSupport", |
| "Foundation" |
| ], |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "${PODS_ROOT}/mobilytics", |
| "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/mobilytics" |
| } |
| } |