[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / a / 7 / Moya / 0.6 / Moya.podspec.json
blob84192f8c990df86c1261cedcddae26740e64cafd
2   "name": "Moya",
3   "version": "0.6",
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.6"
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.1.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": [
50         ]
51       }
52     }
53   ]