[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 9 / SCNetworkAgent / 0.1.11 / SCNetworkAgent.podspec.json
blobe6b4aa65d2eb951b14af97bf85fa8abe1acfcde1
2   "name": "SCNetworkAgent",
3   "version": "0.1.11",
4   "summary": "A cocoa network abstract layer.",
5   "description": "SCNetworkAgent module is a cocoa network abstract layer, business module needn't care the owner network implementation.\nThe owner must implement SCNetworkAgent's methods by registration before business module send request!",
6   "homepage": "https://github.com/debugly/SCNetworkAgent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MattReach": "qianglongxu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/debugly/SCNetworkAgent.git",
16     "tag": "0.1.11"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.10"
21   },
22   "source_files": "SCNetworkAgent/Classes/**/*",
23   "frameworks": "Foundation"