[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / d / ACFoundation / 1.5.5 / ACFoundation.podspec.json
blob62436a6fdf0117cb24a70b07e8602e1d8d2c6021
2   "name": "ACFoundation",
3   "version": "1.5.5",
4   "summary": "ACFoundation is my general tools, contains UI/db/animation",
5   "description": "ACFoundation is my general tools, contains UI/db/animation/fileBrowser and so on",
6   "homepage": "https://gitee.com/geasscz/ACFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CZ": "sayccz@icloud.com"
13   },
14   "source": {
15     "git": "https://gitee.com/geasscz/ACFoundation.git",
16     "tag": "1.5.5"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "source_files/**/*",
22   "prefix_header_contents": [
23     "#ifdef __OBJC__",
24     "#import \"AppConfig.h\"",
25     "#endif"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "4.0.1"
30     ],
31     "HWWeakTimer": [
32       "1.0"
33     ],
34     "SAMKeychain": [
35       "1.5.3"
36     ],
37     "FLAnimatedImage": [
38       "1.0.17"
39     ],
40     "Masonry": [
41       "1.1.0"
42     ],
43     "FMDB": [
44       "2.7.5"
45     ],
46     "SDWebImage": [
47       "5.15.7"
48     ],
49     "SDWebImageFLPlugin": [
50       "0.6.0"
51     ]
52   },
53   "ios": {
54     "pod_target_xcconfig": {
55       "IPHONEOS_DEPLOYMENT_TARGET": "12.0"
56     }
57   }