[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / 1 / FWApplication / 3.2.2 / FWApplication.podspec.json
blob3c3b239b53c08061427d364ff1c9f51965db0e1c
2   "name": "FWApplication",
3   "version": "3.2.2",
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": "3.2.2"
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": [
24     "FWApplication",
25     "Compatible"
26   ],
27   "subspecs": [
28     {
29       "name": "FWApplication",
30       "source_files": "FWApplication/Classes/FWApplication/**/*.{h,m}",
31       "libraries": "sqlite3",
32       "dependencies": {
33         "FWFramework": [
34           "~> 3.2.0"
35         ]
36       }
37     },
38     {
39       "name": "Compatible",
40       "source_files": "FWApplication/Classes/Compatible/**/*.swift",
41       "dependencies": {
42         "FWApplication/FWApplication": [
44         ]
45       },
46       "pod_target_xcconfig": {
47         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited)"
48       }
49     },
50     {
51       "name": "SDWebImage",
52       "source_files": "FWApplication/Classes/SDWebImage/**/*.{h,m,swift}",
53       "dependencies": {
54         "SDWebImage": [
56         ],
57         "FWApplication/FWApplication": [
59         ]
60       }
61     },
62     {
63       "name": "SQLCipher",
64       "dependencies": {
65         "SQLCipher": [
67         ],
68         "FWApplication/FWApplication": [
70         ]
71       },
72       "xcconfig": {
73         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
74       }
75     }
76   ],
77   "swift_version": "5.0"