blob: 3167113f80fd93ce3b9156434ccf9fb2e78c6e1f [file] [log] [blame]
{
"name": "Mac",
"version": "0.2.0",
"summary": "iOS framework to build offline-first mobile apps.",
"description": "iOS framework to build offline-first mobile apps. Create the models then have Mac handle syncing these models with your API.",
"homepage": "https://github.com/curiosityio/Mac",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi@curiosityio.com"
},
"source": {
"git": "https://github.com/curiosityio/Mac.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Mac/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.4.0"
],
"RxRealm": [
"~> 0.6.0"
],
"RealmSwift": [
"~> 2.6.2"
],
"Alamofire": [
"~> 4.4.0"
],
"iOSBoilerplate": [
"~> 0.3.0"
]
},
"pushed_with_swift_version": "3.0"
}