[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 3 / AFShareExtension / 0.0.1 / AFShareExtension.podspec.json
blob3a5a2fe999d15ec778eaeae942af8124604d48ee
2   "name": "AFShareExtension",
3   "version": "0.0.1",
4   "summary": "一款简单易用的iOS底部弹出视图。",
5   "description": "类似微信分享界面的底部弹出视图,简单易通。版本最低支持iOS 8.0",
6   "homepage": "https://github.com/mkjfeng01/AFShareExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mkjfeng01": "592676493@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/mkjfeng01/AFShareExtension.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "ShareExtension/ActionSheetController/*"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "ios": {
27     "frameworks": [
28       "Foundation",
29       "UIKit"
30     ]
31   },
32   "frameworks": [
33     "Foundation",
34     "UIKit"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "Masonry": [
39       "~> 1.0.2"
40     ]
41   }