| { |
| "name": "MTWeChatSDK", |
| "version": "1.6", |
| "license": { |
| "type": "Copyright", |
| "text": "Copyright (c) 2015 iMTime. All rights reserved.\n" |
| }, |
| "summary": "WeChatSDK for Cocoapods convenience.", |
| "homepage": "https://open.weixin.qq.com/", |
| "authors": { |
| "Tencent": "weixinapp@qq.com" |
| }, |
| "source": { |
| "git": "https://git.oschina.net/iMTime/MTWeChatSDK.git", |
| "tag": "1.6" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": "*.h", |
| "public_header_files": "*.h", |
| "preserve_paths": "libWeChatSDK.a", |
| "vendored_libraries": "libWeChatSDK.a", |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libWeChatSDK\"", |
| "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/libWeChatSDK\"" |
| }, |
| "requires_arc": false, |
| "frameworks": "SystemConfiguration", |
| "libraries": [ |
| "z", |
| "sqlite3.0", |
| "c++" |
| ] |
| } |