| { |
| "name": "EJU-CYSDK", |
| "version": "1.6.0", |
| "summary": "易居无埋点统计sdk 接入文档 -> http://git.eju-inc.com/eju-data-public/cy-ios-sdk/tree/1.4.0", |
| "description": "目前此sdk只限内部使用,若要使用请联系易居创研数据技术部 接入文档 -> http://git.eju-inc.com/eju-data-public/cy-ios-sdk/tree/1.4.0", |
| "homepage": "http://git.eju-inc.com/eju-data-public/cy-ios-sdk/tree/1.4.0", |
| "license": "MIT", |
| "authors": { |
| "xusheng": "xusheng@ehousechina.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "http://git.eju-inc.com/eju-data-public/cy-ios-sdk.git", |
| "tag": "1.6.0" |
| }, |
| "source_files": [ |
| "CYSDK", |
| "CYSDK/Headers/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "vendored_libraries": "CYSDK/*.a", |
| "resources": "CYSDK/CYSDKBundle.bundle", |
| "frameworks": [ |
| "Security", |
| "CoreLocation", |
| "CoreTelephony", |
| "WebKit", |
| "SafariServices" |
| ], |
| "libraries": [ |
| "sqlite3", |
| "z" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ] |
| } |
| } |