[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / FMNetworking / 1.0.0 / FMNetworking.podspec.json
blob8d789109e16a52f330df8382a1a4a235b3175f01
2   "name": "FMNetworking",
3   "summary": "A delightful networking framework.",
4   "version": "1.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "袁凤鸣": "yfmingo@163.com"
11   },
12   "social_media_url": "https://www.yfmingo.cn/",
13   "homepage": "https://github.com/yfming93/FMNetworking",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/yfming93/FMNetworking.git",
19     "tag": "1.0.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.2.1"
24     ]
25   },
26   "requires_arc": true,
27   "source_files": "FMNetworking/**/*.{h,m}",
28   "public_header_files": "FMNetworking/**/*.{h}",
29   "libraries": "z",
30   "frameworks": [
31     "UIKit",
32     "CoreFoundation",
33     "QuartzCore",
34     "CoreGraphics",
35     "CoreImage",
36     "CoreText",
37     "ImageIO",
38     "Accelerate"
39   ]