blob: daf4da7abb1e82a198ffcf1e9fc8af677624227a [file] [log] [blame]
{
"name": "Tsuga",
"version": "0.0.3",
"license": "MIT",
"summary": "Set of helpers for Cedar.",
"homepage": "https://github.com/AlexDenisov/Tsuga",
"authors": {
"Alex Denisov": "1101.debian@gmail.com"
},
"source": {
"git": "https://github.com/AlexDenisov/Tsuga.git",
"tag": "0.0.3"
},
"source_files": "Tsuga/Core/**/*.{h,m,mm}",
"dependencies": {
"Cedar": [
"~> 0.9"
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": false
}