[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / d / ACFoundation / 1.5.1 / ACFoundation.podspec.json
blob4bf466ee646fa3d2e15d7b4f3947112c2a0d088b
2   "name": "ACFoundation",
3   "version": "1.5.1",
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.1"
17   },
18   "platforms": {
19     "ios": "11.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     "ChineseConvert": [
35       "0.0.1"
36     ],
37     "SAMKeychain": [
38       "1.5.3"
39     ],
40     "FLAnimatedImage": [
41       "1.0.17"
42     ],
43     "Masonry": [
44       "1.1.0"
45     ],
46     "FMDB": [
47       "2.7.5"
48     ],
49     "SDWebImage": [
50       "4.4.5"
51     ],
52     "SDWebImage/GIF": [
54     ]
55   },
56   "ios": {
57     "pod_target_xcconfig": {
58       "IPHONEOS_DEPLOYMENT_TARGET": "11.0"
59     }
60   }