[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / 4 / AIComponmentKit / 0.2.1 / AIComponmentKit.podspec.json
blobadbdb3842c57994068108129ea326d20bf4f6203
2   "name": "AIComponmentKit",
3   "version": "0.2.1",
4   "summary": "AIComponmentKit 是一个组件工具集合.",
5   "description": "AIComponmentKit 是一个组件工具集合.包括URL ,JSON,XML,通讯录,单位转换,FILE,默认值",
6   "homepage": "http://git.oschina.net/aicmciisc/AIComponmentKit",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "zhaoliang": "zhaol2014@foxmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "http://git.oschina.net/aicmciisc/AIComponmentKit.git",
16     "tag": "0.2.1"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "AIParser",
22       "subspecs": [
23         {
24           "name": "AIJSON",
25           "source_files": "AIComponmentKit/AIParser/JSON/*.{h,m}",
26           "public_header_files": "AIComponmentKit/AIParser/JSON/*.h"
27         },
28         {
29           "name": "AIXML",
30           "source_files": "AIComponmentKit/AIParser/XML/*.{h,m}",
31           "public_header_files": "AIComponmentKit/AIParser/XML/*.h",
32           "dependencies": {
33             "XMLDictionary": [
35             ]
36           }
37         }
38       ]
39     },
40     {
41       "name": "AppOpen",
42       "source_files": "AIComponmentKit/AppOpen/*.{h,m}",
43       "public_header_files": "AIComponmentKit/AppOpen/*.h"
44     },
45     {
46       "name": "Date",
47       "source_files": "AIComponmentKit/Date/*.{h,m}",
48       "public_header_files": "AIComponmentKit/Date/*.h"
49     },
50     {
51       "name": "FileCache",
52       "source_files": "AIComponmentKit/FileCache/*.{h,m}",
53       "public_header_files": "AIComponmentKit/FileCache/*.h"
54     },
55     {
56       "name": "OpenContacts",
57       "source_files": "AIComponmentKit/OpenContacts/*.{h,m}",
58       "public_header_files": "AIComponmentKit/OpenContacts/*.h",
59       "frameworks": [
60         "AddressBookUI",
61         "Contacts"
62       ],
63       "dependencies": {
64         "ZFFoundation": [
66         ]
67       }
68     },
69     {
70       "name": "UnitConversion",
71       "source_files": "AIComponmentKit/UnitConversion/*.{h,m}",
72       "public_header_files": "AIComponmentKit/UnitConversion/*.h"
73     },
74     {
75       "name": "URL",
76       "source_files": "AIComponmentKit/URL/*.{h,m}",
77       "public_header_files": "AIComponmentKit/URL/*.h"
78     }
79   ]