blob: db613a38aed922d9153498b1f487b6f08220cd20 [file] [log] [blame]
{
"name": "Spots",
"summary": "A cross-platform view controller framework for building component-based UIs",
"version": "7.1.0",
"homepage": "https://github.com/hyperoslo/Spots",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Spots.git",
"tag": "7.1.0"
},
"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,iOS-Exclusive,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{macOS,Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS,tvOS,Shared}/**/*"
},
"dependencies": {
"Cache": [
"~> 4.0"
]
},
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}