[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / 4 / BeeAFNetSDK / 0.1.1 / BeeAFNetSDK.podspec.json
blob0d4ec90dc35dbd25d73f55244aa398641c08e87e
2   "name": "BeeAFNetSDK",
3   "version": "0.1.1",
4   "summary": "AFNetworking 改名封装",
5   "description": "0.0.1:简单改名使用,防止跟第三方应用使用af冲突\n0.1.0:将framework改成.a",
6   "homepage": "https://github.com/5hito/BeeAFNetSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "5hito": "beemans@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/5hito/BeeAFNetSDK.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "lib/Header/*.h",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "frameworks": [
23     "MobileCoreServices",
24     "CoreGraphics",
25     "Security",
26     "SystemConfiguration"
27   ],
28   "requires_arc": true,
29   "ios": {
30     "vendored_libraries": "lib/libBeeAFNetworking.a"
31   },
32   "xcconfig": {
33     "GCC_PREPROCESSOR_DEFINITIONS": "SD_WEBP=1"
34   },
35   "dependencies": {
36     "SDWebImage": [
38     ],
39     "SDWebImage/WebP": [
41     ]
42   }