| { |
| "name": "WeChatSDKPods", |
| "version": "1.6.1", |
| "summary": "WeChatSDK's Pods", |
| "homepage": "https://github.com/0dayZh/WeChatSDKPods", |
| "license": "MIT", |
| "authors": { |
| "0dayZh": "0day.zh@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/0dayZh/WeChatSDKPods.git", |
| "tag": "1.6.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Library/include/**/*.h", |
| "public_header_files": "Pod/Library/include/WeChat/*.h", |
| "frameworks": [ |
| "SystemConfiguration", |
| "CoreTelephony" |
| ], |
| "libraries": [ |
| "z", |
| "sqlite3.0", |
| "stdc++" |
| ], |
| "default_subspecs": "precompiled", |
| "subspecs": [ |
| { |
| "name": "precompiled", |
| "preserve_paths": [ |
| "Pod/Library/include/WeChat/*.h", |
| "Pod/Library/lib/*.a" |
| ], |
| "vendored_libraries": "Pod/Library/lib/*.a", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/WeChatSDKPods" |
| } |
| } |
| ] |
| } |