[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 1 / 6 / JHAPIClient / 0.0.2 / JHAPIClient.podspec.json
blob736419694da80b8d4b23ae33a0d5b2747e04186a
2   "name": "JHAPIClient",
3   "version": "0.0.2",
4   "summary": "JHAPIClient提供基于AFNetworking的网络服务",
5   "description": "A longer description of CYDate in Markdown format.",
6   "homepage": "https://github.com/Shenjinghao/module_JHAPIClient.git",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "shenjinghao": "807880748@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Shenjinghao/module_JHAPIClient.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/**"
27   },
28   "dependencies": {
29     "AFNetworking": [
30       "~>2.5.0"
31     ]
32   }