blob: d9a0892488d00da7f0c9bed3db24442af4792bc1 [file] [log] [blame]
{
"name": "Spots",
"summary": "Spots is a view controller framework that makes your setup and future development blazingly fast.",
"version": "1.6.3",
"homepage": "https://github.com/hyperoslo/Spots",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Spots.git",
"tag": "1.6.3"
},
"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/{Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"dependencies": {
"Sugar": [
],
"Tailor": [
],
"Brick": [
]
}
}