blob: 9269df20177fad481253d064ab81c08c620eff81 [file] [log] [blame]
{
"name": "Foundation3",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Foundation3/*.swift",
"dependencies": {
"Boilerplate": [
"~> 0.1"
]
},
"requires_arc": true
}