[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / 8 / b / AJNetworkJurisdictionManager / 0.3.3 / AJNetworkJurisdictionManager.podspec.json
blob909ef67ed049c7e3254a8053d751fdca07dcaa03
2   "name": "AJNetworkJurisdictionManager",
3   "version": "0.3.3",
4   "summary": "解决iOS10网络权限问题",
5   "description": "解决iOS10网络权限问题,2.0版本:新增测试API,0.3.0版本新增字库;0.3.2新增了xib文件\n解决iOS10网络权限问题解决iOS10网络权限问题解决iOS10网络权限问题解决iOS10网络权限问题\n0.3.3:新增完整的xib示例demo,并添加图片资源文件",
6   "homepage": "https://github.com/anjunDeveloper/AJNetworkJurisdictionManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "anjun163@sina.cn": "anjun163@sina.cn"
13   },
14   "source": {
15     "git": "https://github.com/anjunDeveloper/AJNetworkJurisdictionManager.git",
16     "tag": "0.3.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AJNetworkJurisdictionManager/Classes/**/*",
22   "resource_bundles": {
23     "AJNetworkJurisdictionManager": [
24       "AJNetworkJurisdictionManager/Assets/*",
25       "AJNetworkJurisdictionManager/Classes/**/*.xib"
26     ]
27   },
28   "frameworks": "UIKit",
29   "subspecs": [
30     {
31       "name": "Main",
32       "source_files": "AJNetworkJurisdictionManager/Classes/Main/**/*"
33     },
34     {
35       "name": "Category",
36       "source_files": "AJNetworkJurisdictionManager/Classes/Category/**/*"
37     },
38     {
39       "name": "Tool",
40       "source_files": "AJNetworkJurisdictionManager/Classes/Tool/**/*"
41     }
42   ]