[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 9 / 7 / Retrofit / 0.0.1-alpha / Retrofit.podspec.json
blob43644ef9f23e31dc9756eaacd8b9f90058537c64
2   "name": "Retrofit",
3   "version": "0.0.1-alpha",
4   "summary": "Network abstraction layer based on AFNetworking.",
5   "description": "Network abstraction layer based on AFNetworking。",
6   "homepage": "https://github.com/Haidora/Retrofit",
7   "license": "MIT",
8   "authors": {
9     "mrdaios": "mrdaios@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Haidora/Retrofit.git",
13     "tag": "0.0.1-alpha"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Retrofit/Classes/**/*",
20   "public_header_files": [
21     "Retrofit/Classes/Public/*.h"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.6.3"
26     ]
27   }