blob: 8595814529e7a40183e0cd46c66d50dcec42af2a [file] [log] [blame]
{
"name": "Swalt",
"version": "0.1.0",
"license": "MIT",
"summary": "Flux implementation in pure Swift 2",
"homepage": "https://github.com/mikker/Swalt",
"authors": {
"Mikkel Malmberg": "mikkel@brnbw.com"
},
"source": {
"git": "https://github.com/mikker/Swalt.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mikker",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Dispatcher": [
"~> 0.1"
]
},
"source_files": "Pod/Classes/**/*",
"requires_arc": true
}