| { |
| "name": "QFStatistics", |
| "version": "0.0.7", |
| "summary": "A statistics SDK of QianFang Inc.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/342261733/QFStatisticsSDK", |
| "license": "MIT", |
| "authors": { |
| "QFPayShadowMan": "xunianqiang@qfpay.com" |
| }, |
| "source": { |
| "git": "https://github.com/342261733/QFStatisticsSDK.git", |
| "tag": "0.0.7" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "vendored_frameworks": "**/*.framework", |
| "preserve_paths": "**/*.framework", |
| "frameworks": [ |
| "UIKit", |
| "CoreLocation", |
| "Foundation", |
| "SystemConfiguration", |
| "CoreTelephony" |
| ], |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC", |
| "LD_RUNPATH_SEARCH_PATHS": "\"$(SRCROOT)/**/*.framework\"" |
| } |
| } |