blob: 72c31555b38dd502b7d4ee85ad5c9bf9572c6abf [file] [log] [blame]
{
"name": "BrightFutures",
"version": "1.0.1",
"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": "v1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "BrightFutures/*.swift",
"requires_arc": true
}