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