[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 4 / 2 / 7 / XPNetworking / 0.0.2 / XPNetworking.podspec.json
blob712c24748dd9b85f40d1f1648e540930999f90aa
2   "name": "XPNetworking",
3   "version": "0.0.2",
4   "summary": "面向对象的网络编程框架",
5   "homepage": "https://github.com/HolyLe/XPNetworking.git",
6   "license": "MIT",
7   "authors": {
8     "麻小亮": "zshnr1993@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/HolyLe/XPNetworking.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "XPNetworking/Network/**/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.0"
23     ],
24     "YYCache": [
26     ]
27   }