[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / e / 2 / RestFire / 0.0.1 / RestFire.podspec.json
blobff36d98e77aa7558aa57e0c549b9d7b7efef7c33
2   "name": "RestFire",
3   "version": "0.0.1",
4   "summary": "A simple REST wrapper based on Alamofire.",
5   "description": "This wrapper extends Alamofire and makes for easy access to your REST API.",
6   "homepage": "https://github.com/OlafAndreas/RestFire",
7   "license": "The MIT License (MIT)",
8   "authors": {
9     "Olaf Andreas Ã˜vrum": "olaf.ovrum@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/OlafAndreas/RestFire.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m,swift}",
21     "Tests/*.{swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true,
25   "dependencies": {
26     "Alamofire": [
28     ],
29     "SwiftyJSON": [
31     ]
32   }