[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / 7 / SQREXGeneralProject / 0.2.1 / SQREXGeneralProject.podspec.json
blob3cd2d3a218040e9f3b6c7b1fa27eab73bf239336
2   "name": "SQREXGeneralProject",
3   "version": "0.2.1",
4   "summary": "社区人快递自定义模块",
5   "homepage": "http://gogs.shoppingyizhan.com/PR/SQREXGeneralProject.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "pengrui": "pengruiCode@163.com"
12   },
13   "source": {
14     "git": "http://gogs.shoppingyizhan.com/PR/SQREXGeneralProject.git",
15     "tag": "0.2.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "SQREXGeneralProject/**/*.{h,m}",
22   "description": "私有API,宏定义,models,views等",
23   "dependencies": {
24     "SQRBaseClassProject": [
26     ],
27     "SQRBaseDefineWithFunction": [
29     ],
30     "SQRNetworkRequset": [
32     ],
33     "YYModel": [
35     ],
36     "RMUniversalAlert": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Define",
43       "source_files": "SQREXGeneralProject/Define/*.{h,m}",
44       "dependencies": {
45         "SQREXGeneralProject/Models": [
47         ]
48       }
49     },
50     {
51       "name": "CommonUI",
52       "source_files": "SQREXGeneralProject/CommonUI/*.{h,m}"
53     },
54     {
55       "name": "Views",
56       "source_files": "SQREXGeneralProject/Views/**/*.{h,m}",
57       "resources": "SQREXGeneralProject/Views/**/*.xib",
58       "dependencies": {
59         "SQREXGeneralProject/Define": [
61         ]
62       }
63     },
64     {
65       "name": "Models",
66       "source_files": "SQREXGeneralProject/Models/**/*.{h,m}",
67       "dependencies": {
68         "YYModel": [
70         ]
71       }
72     }
73   ]