blob: 378d8e256304a969a15e29b2cf112c476a1dc2a3 [file] [log] [blame]
{
"name": "BoltsSwift",
"version": "0.1.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!\n",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"subspecs": [
{
"name": "Common",
"ios": {
"source_files": "Bolts/Common/*.swift",
"dependencies": {
"Bolts": [
"~> 1.1.0"
]
}
},
"osx": {
"source_files": "Bolts/Common/*.swift",
"dependencies": {
"Bolts": [
"~> 1.1.1"
]
}
}
},
{
"name": "iOS",
"dependencies": {
"BoltsSwift/Common": [
]
},
"ios": {
"source_files": "Bolts/iOS/*.swift"
},
"osx": {
"source_files": ""
}
}
]
}