blob: f5d6db1236bc7744d520295fb5051e4d1c14f802 [file] [log] [blame]
{
"name": "Brick",
"summary": "A generic view model for both basic and complex scenarios.",
"version": "0.9.6",
"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.9.6"
},
"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": {
"Tailor": [
]
}
}