| { |
| "name": "iOSWeChatSdk", |
| "version": "1.5.0", |
| "summary": "iOS WeChatSdk.", |
| "description": " open.weixin.qq.com \n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n", |
| "homepage": "http://github.com/smalllixin", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "smalllixin": "smalllixin@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/smalllixin/WeChatSdk_iOS.git", |
| "tag": "1.5.0.1" |
| }, |
| "source_files": "sdk/**/*.{h,m}", |
| "vendored_libraries": [ |
| "sdk/WeChatSDK_1.5/libWeChatSDK.a", |
| "sdk/WeChatSDK_1.5_OnlyIphone/libWeChatSDK.a" |
| ], |
| "frameworks": "SystemConfiguration", |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "requires_arc": true |
| } |