[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / 3 / 7 / SQREXGeneralProject / 0.3.1 / SQREXGeneralProject.podspec.json
blob0e82fd3f3c307ee2fa004038f8f6bbfa855e116c
2   "name": "SQREXGeneralProject",
3   "version": "0.3.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.3.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "description": "私有API,宏定义,models,views等",
22   "dependencies": {
23     "SQRBaseClassProject": [
25     ],
26     "SQRBaseDefineWithFunction": [
28     ],
29     "SQRNetworkRequset": [
31     ],
32     "YYModel": [
34     ],
35     "RMUniversalAlert": [
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Define",
42       "source_files": "SQREXGeneralProject/Define/*.{h,m}",
43       "dependencies": {
44         "SQREXGeneralProject/Models": [
46         ]
47       }
48     },
49     {
50       "name": "CommonUI",
51       "source_files": "SQREXGeneralProject/CommonUI/*.{h,m}",
52       "resources": "SQREXGeneralProject/CommonUI/*.xib"
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   ]