[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 4 / 6 / a / Restofire / 0.4.0 / Restofire.podspec.json
blobbb5bc42b08dcf1039d243ca4bd1467b1ac31990e
2   "name": "Restofire",
3   "version": "0.4.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Restofire is a protocol oriented networking abstraction layer in swift",
9   "description": "Restofire is a protocol oriented networking abstraction layer in swift that is built on top of Alamofire and Gloss to use services in a declartive way.",
10   "homepage": "https://github.com/Restofire/Restofire",
11   "social_media_url": "https://twitter.com/rahulkatariya91",
12   "authors": {
13     "Rahul Katariya": "rahulkatariya@me.com"
14   },
15   "source": {
16     "git": "https://github.com/Restofire/Restofire.git",
17     "tag": "v0.4.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "Sources/*.swift",
27   "dependencies": {
28     "Alamofire": [
29       "~> 3.0"
30     ]
31   }