| { |
| "name": "TrackingSDK", |
| "version": "1.4.0.1", |
| "summary": "ReYun Tracking SDK", |
| "homepage": "https://github.com/ReYunTrackingSDK/TrackingSDK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "feiyang": "3196817369@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/ReYunTrackingSDK/TrackingSDK.git", |
| "tag": "1.4.0.1" |
| }, |
| "source_files": "Tracking/*.h", |
| "preserve_paths": "Tracking/*.a", |
| "vendored_libraries": "Tracking/*.a", |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TrackingSDK/Tracking/**\"" |
| }, |
| "frameworks": [ |
| "SystemConfiguration", |
| "AdSupport", |
| "CoreTelephony", |
| "Security", |
| "CoreMotion" |
| ], |
| "libraries": [ |
| "sqlite3", |
| "ReYunTracking" |
| ] |
| } |