[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / a / d / 7 / RestSwift / 0.1.1 / RestSwift.podspec.json
blobc88e0195b06823cd1c387fd3f040a99d3a3b96df
2   "name": "RestSwift",
3   "version": "0.1.1",
4   "summary": "Swift framework to consume and map RESTful web service with Core Data for persistance",
5   "description": "Swift framework to consume and map RESTful web service with Core Data for persistance.",
6   "homepage": "https://github.com/olivierplante",
7   "license": {
8     "type": "MIT",
9     "file": "License.md"
10   },
11   "authors": {
12     "Olivier Plante": "olivier.plante@solutionsystematic.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/olivierplante/RestSwift.git",
20     "tag": "0.1.1"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "RestSwift/RestSwift/*.swift",
28         "RestSwift/RestSwift/WebService/*.swift",
29         "RestSwift/RestSwift/WebService/**/*.swift"
30       ],
31       "dependencies": {
32         "Moya/RxSwift": [
33           "~> 6.4"
34         ]
35       },
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "CoreData",
40       "source_files": [
41         "RestSwift/RestSwift/CoreData/*.swift",
42         "RestSwift/RestSwift/CoreData/**/*.swift"
43       ],
44       "dependencies": {
45         "RestSwift/Core": [
47         ],
48         "RestSwift/SerialData": [
50         ],
51         "MagicalRecord": [
53         ]
54       }
55     },
56     {
57       "name": "SerialData",
58       "source_files": [
59         "RestSwift/RestSwift/SerialData/*.swift",
60         "RestSwift/RestSwift/SerialData/**/*.swift"
61       ]
62     }
63   ]