[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 9 / SWExtension / 1.5.3 / SWExtension.podspec.json
blob3db5e540a519c3853f0e0faaca2da8c8da833be0
2   "name": "SWExtension",
3   "version": "1.5.3",
4   "homepage": "https://github.com/zhoushaowen/SWExtension",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "summary": "常用扩展",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Zhoushaowen": "348345883@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/zhoushaowen/SWExtension.git",
18     "tag": "1.5.3"
19   },
20   "source_files": "SWExtension/SWExtension/SWExtension.h",
21   "requires_arc": true,
22   "dependencies": {
23     "MBProgressHUD": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "UIKit",
30       "source_files": "SWExtension/SWExtension/UIKit/*.{h,m}"
31     },
32     {
33       "name": "Foundation",
34       "source_files": "SWExtension/SWExtension/Foundation/*.{h,m}"
35     }
36   ]