blob: 4ec8c95f3cdbc1a7d3d56eb4e5f7ea34eee85666 [file] [log] [blame]
{
"name": "TheDistanceComponents",
"version": "0.4",
"summary": "Building Blocks for Great iOS Apps from The Distance.",
"homepage": "https://github.com/thedistance",
"license": "MIT",
"authors": {
"The Distance": "dev@thedistance.co.uk"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/thedistance/TheDistanceComponents.git",
"tag": "0.4"
},
"requires_arc": true,
"module_name": "TDCAppDependencies",
"default_subspecs": "TDCAppDependencies",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "TDCContentLoading",
"source_files": "TDCContentLoading/**/*.swift",
"dependencies": {
"ReactiveSwift": [
"~> 1.0.0-alpha.4"
]
}
},
{
"name": "TDCAppDependencies",
"source_files": "TDCAppDependencies/**/*.{h,m,swift}",
"dependencies": {
"ReactiveSwift": [
"~> 1.0.0-alpha.4"
]
}
}
]
}