[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / e / 9 / d / RYGuardKit / 1.0.0 / RYGuardKit.podspec.json
blob7fc0c93d37f73f23d1942bc9409daa2b0e87f13d
2   "name": "RYGuardKit",
3   "version": "1.0.0",
4   "summary": "iOS网络封装 常用控件封装",
5   "description": "iOS网络封装 常用控件封装",
6   "homepage": "https://github.com/Runyalsj/RYGuardKit.git",
7   "license": "MIT",
8   "authors": {
9     "Ry_lsj": "Runya_lsj@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Runyalsj/RYGuardKit.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "RYGuardKit/RYKitHear.h",
19   "resource_bundles": {
20     "RYGuardKitDemo": [
21       "RYGuardKit/Source/RYKit.bundle"
22     ]
23   },
24   "dependencies": {
25     "MBProgressHUD": [
27     ],
28     "AFNetworking": [
30     ],
31     "MJRefresh": [
33     ],
34     "Masonry": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Content",
41       "source_files": "RYGuardKit/**/*.{h,m}",
42       "exclude_files": "RYGuardKitDemo/RYKitHear.h",
43       "frameworks": "MapKit"
44     }
45   ]