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