| { |
| "name": "MLWeChatUtils", |
| "version": "2.0.5", |
| "summary": "MaxLeap Services provides all-in-one cloud services for developers.", |
| "homepage": "https://maxleap.com", |
| "license": { |
| "type": "Creative Commons Zero v1.0 Universal", |
| "file": "MaxLeap-ios-sdk/LICENSE.txt" |
| }, |
| "authors": "MaxLeap", |
| "source": { |
| "http": "https://github.com/MaxLeap/SDK-iOS/releases/download/2.0.5/MaxLeap-ios-sdk-v2.0.5.zip" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "vendored_frameworks": "MaxLeap-ios-sdk/MLWeChatUtils.framework" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "Accounts", |
| "Social" |
| ], |
| "dependencies": { |
| "MaxLeap": [ |
| "~> 2.0.5" |
| ] |
| } |
| } |