[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 0.8.0 / Moya.podspec.json
blobfc16cd84566ebdff10eeaf504791f6be77c139dd
2   "name": "Moya",
3   "version": "0.8.0",
4   "summary": "Network abstraction layer written in Swift",
5   "description": "  Moya abstracts network commands using Swift Generics to provide developers \n  with more compile-time confidence. \n\n  A ReactiveCocoa extension exists as well. Instructions for its installation\n  are in [the README](https://github.com/ashfurrow/Moya).\n",
6   "homepage": "https://github.com/Moya/Moya",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ash Furrow": "ash@ashfurrow.com"
13   },
14   "social_media_url": "http://twitter.com/ashfurrow",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Moya/Moya.git",
20     "tag": "0.8.0"
21   },
22   "default_subspecs": "Core",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Moya.swift",
29         "Endpoint.swift"
30       ],
31       "dependencies": {
32         "Alamofire": [
33           "~> 1.2.0"
34         ]
35       },
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "Reactive",
40       "source_files": [
41         "Moya+ReactiveCocoa.swift",
42         "RACSignal+Moya.swift"
43       ],
44       "dependencies": {
45         "Moya/Core": [
47         ],
48         "ReactiveCocoa": [
49           "3.0-beta.6"
50         ]
51       }
52     }
53   ]