[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / c / YYBundle / 1.1.0 / YYBundle.podspec.json
blob518a2d7dadb675674fa13ace4d50d17f82995154
2   "name": "YYBundle",
3   "version": "1.1.0",
4   "summary": "YYBundle. used for launch App",
5   "description": "1.为Appdelegates瘦身\n2.启动组件化",
6   "homepage": "https://github.com/baozhoua/YYBundle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "baozhou": "baozhoua@163.com"
13   },
14   "source": {
15     "git": "https://github.com/baozhoua/YYBundle.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YYBundle/Classes/YYBundleHeader.h",
22   "public_header_files": "YYBundle/YYBundleHeader.h",
23   "subspecs": [
24     {
25       "name": "BundleInterface",
26       "source_files": "YYBundle/Classes/BundleInterface/*.{h,m}"
27     },
28     {
29       "name": "BundleManager",
30       "source_files": "YYBundle/Classes/BundleManager/*.{h,m}",
31       "dependencies": {
32         "YYBundle/BundleInterface": [
34         ]
35       }
36     }
37   ]