blob: 2e2e06c33d1c8be1b75243608b156ae91663dcea [file] [log] [blame]
{
"name": "Terrestrial",
"version": "0.3.6",
"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"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Terrestrial/*.{h}",
"source_files": "Terrestrial/*.{h,m}",
"ios": {
"vendored_frameworks": "Frameworks/TerrestrialPhotoshoot.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "\"$(PODS_ROOT)/Terrestrial/Frameworks/TerrestrialPhotoshoot.framework\"",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Terrestrial/Frameworks"
}
}
}