[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 4 / 6 / AlamofireRouter / 0.0.3 / AlamofireRouter.podspec.json
blob50e9c96a47a424eedcc6f517a5b12dfdcfe5e6c8
2   "name": "AlamofireRouter",
3   "version": "0.0.3",
4   "summary": "Simple Alamofire router.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CorlaOnline/AlamofireRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Corlatti": "alex.corlatti@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/CorlaOnline/AlamofireRouter.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AlamofireRouter/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Alamofire": [
25       "~> 3.2"
26     ]
27   }