[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / 1 / FWApplication / 1.0.0 / FWApplication.podspec.json
blob4ba633d22a0ebda8586101748f9d0c68a40e99f5
2   "name": "FWApplication",
3   "version": "1.0.0",
4   "summary": "ios application framework",
5   "homepage": "http://wuyong.site",
6   "license": "MIT",
7   "authors": {
8     "Wu Yong": "admin@wuyong.site"
9   },
10   "source": {
11     "git": "https://github.com/lszzy/FWApplication.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "default_subspecs": "FWApplication",
24   "subspecs": [
25     {
26       "name": "FWApplication",
27       "dependencies": {
28         "FWApplication/App": [
30         ],
31         "FWApplication/Controller": [
33         ],
34         "FWApplication/Model": [
36         ],
37         "FWApplication/Service": [
39         ],
40         "FWApplication/View": [
42         ]
43       }
44     },
45     {
46       "name": "App",
47       "source_files": "FWApplication/Classes/App/**/*.{h,m,swift}",
48       "dependencies": {
49         "FWFramework": [
51         ]
52       }
53     },
54     {
55       "name": "Controller",
56       "source_files": "FWApplication/Classes/Controller/**/*.{h,m,swift}",
57       "dependencies": {
58         "FWApplication/App": [
60         ]
61       }
62     },
63     {
64       "name": "Model",
65       "source_files": "FWApplication/Classes/Model/**/*.{h,m,swift}",
66       "dependencies": {
67         "FWApplication/App": [
69         ]
70       }
71     },
72     {
73       "name": "View",
74       "source_files": "FWApplication/Classes/View/**/*.{h,m,swift}",
75       "dependencies": {
76         "FWApplication/App": [
78         ]
79       }
80     },
81     {
82       "name": "Service",
83       "libraries": "sqlite3",
84       "source_files": "FWApplication/Classes/Service/**/*.{h,m,swift}",
85       "dependencies": {
86         "FWApplication/App": [
88         ]
89       }
90     },
91     {
92       "name": "SDWebImage",
93       "dependencies": {
94         "SDWebImage": [
96         ],
97         "FWApplication/Service": [
99         ]
100       },
101       "pod_target_xcconfig": {
102         "GCC_PREPROCESSOR_DEFINITIONS": "FWCOMPONENT_SDWEBIMAGE_ENABLED=1"
103       }
104     },
105     {
106       "name": "SQLCipher",
107       "dependencies": {
108         "SQLCipher": [
110         ],
111         "FWApplication/Service": [
113         ]
114       },
115       "xcconfig": {
116         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
117       }
118     }
119   ],
120   "swift_version": "5.0"