[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 2 / 1 / SSNetWork / 0.0.2 / SSNetWork.podspec.json
bloba110e56ecd546b43e525e0fa5833417b840e1666
2   "name": "SSNetWork",
3   "version": "0.0.2",
4   "summary": "SSNetWork  is a based level request util based on AFNetworking.",
5   "description": "基于AFNetworking封装的网络库",
6   "homepage": "https://github.com/SSPSource/SSNetWork",
7   "license": "MIT",
8   "authors": {
9     "Sunsp": "2316585240@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/SSPSource/SSNetWork.git",
13     "tag": "0.0.2"
14   },
15   "source_files": [
16     "SSNetWork",
17     "SSNetWork/**/*.{h,m}"
18   ],
19   "ios": {
20     "exclude_files": "SSNetWork/business/*.{h,m}"
21   },
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0"
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.0"
29     ]
30   }