[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / 9 / c / 4 / RACNetWorkTool / 0.1.0 / RACNetWorkTool.podspec.json
blob0334b79220c926eeb1ecc95868694d8632e870f9
2   "name": "RACNetWorkTool",
3   "version": "0.1.0",
4   "summary": "封装了RAC与AFNetWorking",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/m13272210634/RACNetWorkTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "m13272210634": "wangcj@op-mobile.com.cn"
13   },
14   "source": {
15     "git": "https://github.com/m13272210634/RACNetWorkTool.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RACNetWorkTool/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "ReactiveCocoa": [
27       "~> 2.5.0"
28     ],
29     "YYModel": [
30       "~> 1.0.4"
31     ]
32   }