[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 8 / 5 / AONILibrary / 0.0.1 / AONILibrary.podspec.json
blob1bd1a7c1b2e6b85dd4c51a2e819397d239b8d321
2   "name": "AONILibrary",
3   "version": "0.0.1",
4   "summary": "ios",
5   "homepage": "https://git.coding.net/LimCrazy/AONILibrary.git",
6   "license": "MIT",
7   "authors": {
8     "liyaming": "limcrazy@163.com"
9   },
10   "source": {
11     "git": "https://git.coding.net/LimCrazy/AONILibrary.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "YFLibrary.h",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "subspecs": [
23     {
24       "name": "YFLLog",
25       "source_files": "YFLLog/*"
26     },
27     {
28       "name": "DataPersistence",
29       "source_files": "DataPersistence/*",
30       "dependencies": {
31         "UICKeyChainStore": [
33         ]
34       }
35     },
36     {
37       "name": "YFLAddtions",
38       "source_files": "YFLAddtions/*",
39       "subspecs": [
40         {
41           "name": "Foundation+YFLAddtions",
42           "source_files": "YFLAddtions/Foundation+YFLAddtions/*",
43           "dependencies": {
44             "DateTools": [
46             ],
47             "RegExCategories": [
49             ]
50           }
51         },
52         {
53           "name": "UIKit+YFLAddtions",
54           "source_files": "YFLAddtions/UIKit+YFLAddtions/*",
55           "dependencies": {
56             "Toast": [
58             ],
59             "AONILibrary/DataPersistence": [
61             ],
62             "AONILibrary/YFLLog": [
64             ],
65             "AONILibrary/YFLAddtions/Foundation+YFLAddtions": [
67             ]
68           }
69         }
70       ]
71     },
72     {
73       "name": "YFLDbSql",
74       "source_files": "YFLDbSql/*",
75       "dependencies": {
76         "MJExtension": [
78         ],
79         "FMDB": [
81         ],
82         "AONILibrary/YFLLog": [
84         ]
85       }
86     },
87     {
88       "name": "YFLAOP",
89       "source_files": "YFLAOP/*",
90       "dependencies": {
91         "AONILibrary/YFLAddtions/Foundation+YFLAddtions": [
93         ],
94         "Aspects": [
96         ]
97       }
98     }
99   ]