[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / d / ACFoundation / 2.8.8 / ACFoundation.podspec.json
blob589cd9434c8abf504bd6976e2007590fb50b67aa
2   "name": "ACFoundation",
3   "version": "2.8.8",
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": "2.8.8"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "source_files/**/*.{h,m,c}",
22   "resources": "source_files/**/*.{txt,xib,strings}",
23   "prefix_header_contents": [
24     "#ifdef __OBJC__",
25     "#import \"AppConfig.h\"",
26     "#endif"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "4.0.1"
31     ],
32     "HWWeakTimer": [
33       "1.0"
34     ],
35     "SAMKeychain": [
36       "1.5.3"
37     ],
38     "FLAnimatedImage": [
39       "1.0.17"
40     ],
41     "Masonry": [
42       "1.1.0"
43     ],
44     "FMDB": [
45       "2.7.5"
46     ],
47     "SDWebImage": [
48       "5.15.7"
49     ],
50     "SDWebImageFLPlugin": [
51       "0.6.0"
52     ],
53     "BarCodeKit": [
55     ]
56   },
57   "ios": {
58     "pod_target_xcconfig": {
59       "IPHONEOS_DEPLOYMENT_TARGET": "12.0"
60     }
61   }