[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 1 / 6 / QWeatherSDK / 4.6 / QWeatherSDK.podspec.json
blob6018ad0e722f9e6ba1f635ea7041fdfc55cbdbff
2   "name": "QWeatherSDK",
3   "version": "4.6",
4   "summary": "和风天气SDK,官方未提供cocoapods集成方式,所以自建了一个官方SDK的集成方式.",
5   "homepage": "https://github.com/feixue299/QWeatherSDK",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "feixue299": "ariablink299@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/feixue299/QWeatherSDK.git",
15     "tag": "4.6"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "ios": {
21     "vendored_frameworks": "QWeather/QWeather.framework"
22   },
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "arm64 armv7 x86_64",
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 4.0"
30     ]
31   }