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