blob: 6ed082f5d62befad126f620ec708b808858e736b [file] [log] [blame]
{
"name": "Coherence",
"version": "1.1.3",
"summary": "Coherence",
"description": "Coherence is a collection of base frameworks that help set the groundwork for module development.",
"homepage": "https://github.com/tonystone/coherence",
"license": "Apache License, Version 2.0",
"authors": "Tony Stone",
"source": {
"git": "https://github.com/tonystone/coherence.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"module_name": "Coherence",
"source_files": "Pod/**/*",
"exclude_files": "Pod/Object/CCObject.*",
"dependencies": {
"TraceLog/ObjC": [
"~> 1.0"
],
"TraceLog/Swift": [
"~> 1.0"
]
},
"pushed_with_swift_version": "2.0",
"subspecs": [
{
"name": "No-Arc",
"requires_arc": false,
"source_files": "Pod/Object/CCObject.*"
}
]
}