blob: c88e0195b06823cd1c387fd3f040a99d3a3b96df [file] [log] [blame]
{
"name": "RestSwift",
"version": "0.1.1",
"summary": "Swift framework to consume and map RESTful web service with Core Data for persistance",
"description": "Swift framework to consume and map RESTful web service with Core Data for persistance.",
"homepage": "https://github.com/olivierplante",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Olivier Plante": "olivier.plante@solutionsystematic.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/olivierplante/RestSwift.git",
"tag": "0.1.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"RestSwift/RestSwift/*.swift",
"RestSwift/RestSwift/WebService/*.swift",
"RestSwift/RestSwift/WebService/**/*.swift"
],
"dependencies": {
"Moya/RxSwift": [
"~> 6.4"
]
},
"frameworks": "Foundation"
},
{
"name": "CoreData",
"source_files": [
"RestSwift/RestSwift/CoreData/*.swift",
"RestSwift/RestSwift/CoreData/**/*.swift"
],
"dependencies": {
"RestSwift/Core": [
],
"RestSwift/SerialData": [
],
"MagicalRecord": [
]
}
},
{
"name": "SerialData",
"source_files": [
"RestSwift/RestSwift/SerialData/*.swift",
"RestSwift/RestSwift/SerialData/**/*.swift"
]
}
]
}