blob: 1097fd35b51154f0a7e46e9f8857ebc69787d818 [file] [log] [blame]
{
"name": "Spots",
"summary": "Spots is a view controller framework that makes your setup and future development blazingly fast.",
"version": "2.0.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": "2.0.3"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*",
"dependencies": {
"Hue": [
]
}
},
"tvos": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"dependencies": {
"Sugar": [
],
"Tailor": [
],
"Brick": [
],
"Cache": [
]
}
}