blob: 3fabf57b497b5ef806a53c03a1bbbc78307060ef [file] [log] [blame]
{
"name": "Brick",
"summary": "A generic view model for both basic and complex scenarios.",
"version": "0.4.0",
"homepage": "https://github.com/hyperoslo/Brick",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Brick.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*"
},
"dependencies": {
"Sugar": [
"~> 1.0"
],
"Tailor": [
]
}
}