[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / c / 6 / YMNetWork / 0.0.4 / YMNetWork.podspec.json
blob824992d2e56ff3998c54be00a75c0508480a97c9
2   "name": "YMNetWork",
3   "version": "0.0.4",
4   "summary": "YMNetWork is a easy network Based on AFNetworking",
5   "description": "YMNetWork is a easy network Based on AFNetworking. YMNetWork learn from YTKNetWork.",
6   "homepage": "https://github.com/songzhiming/YMNetWork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "宋志明": "15117951262@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/songzhiming/YMNetWork.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "YMNetWork/*.{h,m}",
22   "frameworks": "CFNetwork",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }