[Add] JLBlueLink 1.0.0
[CocoaPods.git] / Specs / 9 / d / 3 / AlamofireURLRequestConfigurable / 1.1 / AlamofireURLRequestConfigurable.podspec.json
blob2ac91cf2779731746f814071dac0a7167d072750
2   "name": "AlamofireURLRequestConfigurable",
3   "version": "1.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/gmarm",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "AlamofireURLRequestConfigurable/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ]
27   }