blob: 562bb7f1f5903dc3aaf698e365c103a535273d93 [file] [log] [blame]
{
"name": "BrightFutures",
"version": "2.0.0-beta.2",
"license": "MIT",
"summary": "A simple Futures & Promises library for iOS and OS X written in Swift",
"homepage": "https://github.com/Thomvis/BrightFutures",
"social_media_url": "https://twitter.com/thomvis88",
"authors": {
"Thomas Visser": "thomas.visser@gmail.com"
},
"source": {
"git": "https://github.com/Thomvis/BrightFutures.git",
"tag": "v2.0.0-beta.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "BrightFutures/*.swift",
"dependencies": {
"Result": [
"~> 0.4.2"
]
},
"requires_arc": true
}