[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / b / Retrofire / 1.0 / Retrofire.podspec.json
blob6750ba60f7339b601ef6fe2317e5b490f9f6d27b
2   "name": "Retrofire",
3   "version": "1.0",
4   "summary": "Simply and elegant HTTP Networking in Swift. Based on Alamofire and Retrofit",
5   "description": "Retrofire is a framework written in swift that generate API requests and build models elegantly. We combine two powerful libs, Alamofire and SwiftyJSON to generate a better response to you.",
6   "homepage": "https://github.com/stantmob/retrofire",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rachid Calazans": "rachidcalazans@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/rcachidcalazans",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/stantmob/Retrofire.git",
20     "tag": "1.0"
21   },
22   "source_files": [
23     "Retrofire",
24     "Retrofire/**/*.{h,m}",
25     "Retrofire/**/*.swift"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.4.0"
31     ],
32     "SwiftyJSON": [
34     ]
35   },
36   "pushed_with_swift_version": "3.0"