blob: b20fc9bdf0473352f48f13c8ba03ee27dc7bab8e [file] [log] [blame]
{
"name": "Swalt",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/mikker",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Dispatcher": [
"~> 0.1.0"
]
},
"source_files": "Pod/Classes/**/*",
"requires_arc": true
}