blob: 8a58e976ecef90e669b609bf6dc79795f81b3b85 [file] [log] [blame]
{
"name": "SwiftyFlux",
"version": "0.2.0-alpha",
"license": {
"type": "MIT"
},
"summary": "Flux for Swift 2.0",
"homepage": "https://github.com/AlexanderNey/SwiftyFlux",
"social_media_url": "http://twitter.com/Ajax64",
"authors": {
"Alexander Ney": "alexander.ney@me.com"
},
"source": {
"git": "https://github.com/AlexanderNey/SwiftyFlux.git",
"tag": "0.2.0-alpha"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Futuristics": [
"0.2.0-alpha"
]
},
"source_files": "Source/*.swift"
}