blob: bdf9eb728519cae50b4667aae3b99d695e933945 [file] [log] [blame]
{
"name": "Foundation3",
"version": "0.1.1",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Swift Foundation Shims that mimic Swift 3.0 API. For thous who wants to maintain Swift multiple versions compatibility",
"homepage": "https://github.com/crossroadlabs/Foundation3",
"social_media_url": "https://github.com/crossroadlabs/Foundation3",
"authors": {
"Daniel Leping": "daniel@crossroadlabs.xyz"
},
"source": {
"git": "https://github.com/crossroadlabs/Foundation3.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Foundation3/*.swift",
"dependencies": {
"Boilerplate": [
"~> 0.1"
]
},
"requires_arc": true
}