[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / d / 3 / AlamofireURLRequestConfigurable / 1.0 / AlamofireURLRequestConfigurable.podspec.json
blobeb7f3c3bc950ca6e1f627e6fd8d569544cb448f8
2   "name": "AlamofireURLRequestConfigurable",
3   "version": "1.0",
4   "summary": "URLRequestConfigurable for Alamofire - Even cleaner type safe routing",
5   "description": "A replacement for Alamofire's URLRequestConvertible protocol for even cleaner type safe routing.",
6   "homepage": "https://github.com/gmarm/AlamofireURLRequestConfigurable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "George Marmaridis": "gmarmas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gmarm/AlamofireURLRequestConfigurable.git",
16     "tag": "1.0"
17   },
18   "social_media_url": "https://twitter.com/gmarm",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AlamofireURLRequestConfigurable/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 3.0"
26     ]
27   }