blob: 325a864d23b26672e567b857cb449d43fe7a4f1a [file] [log] [blame]
{
"name": "FutureKit",
"version": "1.0.0",
"license": "MIT",
"summary": "A Swift based Future/Promises Library for IOS and OS X.",
"homepage": "https://github.com/FutureKit/FutureKit",
"social_media_url": "http://twitter.com/swiftfuturekit",
"authors": {
"Michael Gray": "michael@futurekit.org"
},
"source": {
"git": "https://github.com/FutureKit/FutureKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"FutureKit/*.swift",
"FutureKit/**/*.swift"
],
"compiler_flags": "-whole-module-optimizations",
"requires_arc": true
}