blob: b522d41ecd1bcd00f4879543b82405c5874baafa [file] [log] [blame]
{
"name": "Terrestrial",
"version": "0.2.22",
"summary": "Translate an entire app with just 3 commands",
"description": "This cocoapod allows you to quickly get your app localized.",
"homepage": "https://terrestrial.io",
"license": "MIT",
"authors": {
"Joe": "joe@terrestrial.io"
},
"source": {
"git": "https://github.com/terrestrial-io/iOSFrameworkRepo.git",
"tag": "0.2.22"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Terrestrial/*.{h}",
"source_files": "Terrestrial/*.{h,m}",
"ios": {
"vendored_frameworks": "Frameworks/TerrestrialPhotoshoot.framework"
}
}