[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / 7 / d / ACFoundation / 1.7.9 / ACFoundation.podspec.json
blob2ce29377ed1c91d8305941b8e430f9927fa53981
2   "name": "ACFoundation",
3   "version": "1.7.9",
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.7.9"
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   },
54   "ios": {
55     "pod_target_xcconfig": {
56       "IPHONEOS_DEPLOYMENT_TARGET": "12.0"
57     }
58   }