[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / b / HSYReactiveCocoaKit / 0.1.3 / HSYReactiveCocoaKit.podspec.json
blob171ef2e30706a015ceab64729334af23d9f562c4
2   "name": "HSYReactiveCocoaKit",
3   "version": "0.1.3",
4   "summary": "Based on a secondary packaging ReactiveCocoa",
5   "description": "这是一个对ReactiveCocoa进行二次封装的工程库",
6   "homepage": "https://github.com/huangsongyao/HSYReactiveCocoaKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huangsongyao": "huangsongyao@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/huangsongyao/HSYReactiveCocoaKit.git",
16     "tag": "0.1.3"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "HSYReactiveCocoaKit/Classes/**/*.{h,m}",
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 2.5"
26     ],
27     "AFNetworking": [
28       "~> 2.3"
29     ]
30   }