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