blob: 94c7e2ebcfb0fbd6c1860f15b95d8b2561f89ea2 [file] [log] [blame]
{
"name": "Brick",
"summary": "A generic view model for both basic and complex scenarios.",
"version": "2.0.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": "2.0.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": {
"Tailor": [
"~> 2.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}