[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 1 / 6 / QWeatherSDK / 4.2 / QWeatherSDK.podspec.json
blob0f5de7beb4c9799a0d058a69585527ff3b428842
2   "name": "QWeatherSDK",
3   "version": "4.2",
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.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "ios": {
21     "vendored_frameworks": "QWeather/QWeather.framework"
22   },
23   "static_framework": true,
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "arm64 armv7 x86_64",
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "dependencies": {
29     "AFNetworking": [
30       "~> 4.0"
31     ]
32   }