[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 6 / a / Restofire / 2.2.1 / Restofire.podspec.json
blob5a44bb03d4e0809f15615be60c911c373bf7b62f
2   "name": "Restofire",
3   "version": "2.2.1",
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 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": "v2.2.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/*.swift",
32       "dependencies": {
33         "Alamofire": [
34           "~> 4.5.0"
35         ]
36       },
37       "frameworks": "Foundation"
38     }
39   ]