[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / c / YYLibrary / 0.0.6 / YYLibrary.podspec.json
blob2fc6becda057245ea295ddf18b12614c8a11ec7b
2   "name": "YYLibrary",
3   "version": "0.0.6",
4   "summary": "Lim常用工具库",
5   "homepage": "https://coding.net/u/LimCrazy/p/YYLibrary/git",
6   "license": "MIT",
7   "authors": {
8     "YYLibrary": "limcrazy@163.com"
9   },
10   "source": {
11     "git": "https://git.coding.net/LimCrazy/YYLibrary.git",
12     "tag": "0.0.6"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "YYLibrary.h",
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "YYBleLib",
26       "source_files": "YYBleLib/*",
27       "dependencies": {
28         "BabyBluetooth": [
30         ]
31       }
32     },
33     {
34       "name": "YYLAddtions",
35       "source_files": "YYLAddtions/*",
36       "subspecs": [
37         {
38           "name": "Foundation+YYLAddtions",
39           "source_files": "YYLAddtions/Foundation+YYLAddtions/*",
40           "dependencies": {
41             "DateTools": [
43             ],
44             "RegExCategories": [
46             ]
47           }
48         },
49         {
50           "name": "UIKit+YYLAddtions",
51           "source_files": "YYLAddtions/UIKit+YYLAddtions/*",
52           "dependencies": {
53             "Toast": [
55             ],
56             "YYLibrary/DataPersistence": [
58             ],
59             "YYLibrary/YYLLog": [
61             ],
62             "YYLibrary/YYLAddtions/Foundation+YYLAddtions": [
64             ]
65           }
66         }
67       ]
68     },
69     {
70       "name": "YYLLog",
71       "source_files": "YYLLog/*",
72       "dependencies": {
73         "SSZipArchive": [
75         ]
76       }
77     },
78     {
79       "name": "DataPersistence",
80       "source_files": "DataPersistence/*",
81       "dependencies": {
82         "UICKeyChainStore": [
84         ]
85       }
86     }
87   ]