blob: 7a9ae3ffb5c43a9fdd6e61b27d4fe8ac2cf49658 [file] [log] [blame]
{
"name": "WXChinaWeatherSDK",
"version": "0.0.3",
"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.3"
},
"source_files": "WXChinaWeatherSDK/*.framework/Headers/*.h",
"public_header_files": "WXChinaWeatherSDK/*.framework/Headers/*.h",
"vendored_frameworks": "WXChinaWeatherSDK/*.framework",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
],
"Masonry": [
]
}
}