[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 5 / MKActionSheet / 2.1.0 / MKActionSheet.podspec.json
blob104e0cf8f5fb5f4eeb9570da05ad27d91ba5b781
2   "name": "MKActionSheet",
3   "version": "2.1.0",
4   "summary": "multi styles and multifunctional actionSheet",
5   "homepage": "https://github.com/mk2016/MKActionSheet",
6   "license": "MIT",
7   "authors": {
8     "MK Xiao": "xiaomk7758@sina.com"
9   },
10   "social_media_url": "https://mk2016.github.io",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/mk2016/MKActionSheet.git",
16     "tag": "2.1.0"
17   },
18   "source_files": "MKActionSheet/**/*.{h,m}",
19   "resources": "MKActionSheet/MKActionSheet.bundle",
20   "requires_arc": true,
21   "dependencies": {
22     "Masonry": [
23       "~> 1.1.0"
24     ],
25     "SDWebImage": [
26       "~> 4.4.5"
27     ]
28   }