blob: 08242abc20101d9f6ad6d69aff76680b137f6a14 [file] [log] [blame]
{
"name": "Brick",
"summary": "A generic view model for both basic and complex scenarios.",
"version": "0.6.1",
"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.6.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"dependencies": {
"Sugar": [
"~> 1.0"
],
"Tailor": [
]
}
}