| { |
| "name": "WXChinaWeatherSDK", |
| "version": "0.0.1", |
| "summary": "中国天气网 SDK", |
| "homepage": "https://github.com/LisonFan/WXChinaWeatherSDK", |
| "license": "MIT", |
| "authors": { |
| "LisonFan": "lisonfan1996@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/LisonFan/WXChinaWeatherSDK.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "WXChinaWeatherSDK/*.framework/Headers/*.h", |
| "public_header_files": "WXChinaWeatherSDK/*.framework/Headers/*.h", |
| "vendored_frameworks": "WXChinaWeatherSDK/*.framework", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |