blob: 1f6f58b55b64960070a94e52c8fbaeb00727bc53 [file] [log] [blame]
{
"name": "FutureCocoa",
"version": "0.12",
"summary": "Future extensions for Apple native frameworks",
"homepage": "https://github.com/FutureXCommunity/FutureCocoa",
"license": "MIT",
"authors": "Alexander Grebenyuk",
"social_media_url": "https://twitter.com/a_grebenyuk",
"source": {
"git": "https://github.com/FutureXCommunity/FutureCocoa.git",
"tag": "0.12"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"FutureX": [
"~> 0.11"
]
}
}