blob: 7844aa2b2b7476027fb6d46d5e57f090c65b815e [file] [log] [blame]
{
"name": "BoltsSwift",
"version": "0.2.0",
"summary": "Bolts Swift library",
"description": "Swift language extensions for BoltsTask pod from Facebook/Parse\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/kenvanhoeylandt/Bolts-Swift",
"license": "MIT",
"authors": {
"Ken Van Hoeylandt": "git@kenvanhoeylandt.net"
},
"source": {
"git": "https://github.com/kenvanhoeylandt/Bolts-Swift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"subspecs": [
{
"name": "Common",
"ios": {
"source_files": "Bolts/Common/*.swift",
"dependencies": {
"Bolts": [
"~> 1.3.0"
]
}
},
"osx": {
"source_files": "Bolts/Common/*.swift",
"dependencies": {
"Bolts": [
"~> 1.3.0"
]
}
}
},
{
"name": "iOS",
"dependencies": {
"BoltsSwift/Common": [
]
},
"ios": {
"source_files": "Bolts/iOS/*.swift"
}
}
]
}