[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / b / Retrofire / 1.0.2 / Retrofire.podspec.json
blobdbc30d622f7db80ae2b6c93974a3f014071e7fa5
2   "name": "Retrofire",
3   "version": "1.0.2",
4   "summary": "Simply and elegant HTTP Networking in Swift. Based on Alamofire and Retrofit",
5   "pod_target_xcconfig": {
6     "SWIFT_VERSION": "4.0"
7   },
8   "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.",
9   "homepage": "https://github.com/stantmob/retrofire",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Rachid Calazans": "rachidcalazans@gmail.com"
16   },
17   "social_media_url": "https://twitter.com/rcachidcalazans",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/stantmob/Retrofire.git",
23     "tag": "1.0.2"
24   },
25   "source_files": [
26     "Retrofire",
27     "Retrofire/**/*.{h,m}",
28     "Retrofire/**/*.swift"
29   ],
30   "exclude_files": "Classes/Exclude",
31   "dependencies": {
32     "Alamofire": [
33       "~> 4.4.0"
34     ],
35     "SwiftyJSON": [
37     ]
38   },
39   "pushed_with_swift_version": "4"