blob: 099c92117c813f1fcb2594f74d7e983447d7b7b6 [file] [log] [blame]
{
"name": "PS_Core",
"version": "0.0.1",
"summary": "Short description of PS_Core.",
"homepage": "https://www.google.com",
"license": "MIT",
"authors": {
"PS": "noemail@email.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "http://portal.procesar.net/git/mobile_api_procesar_iOS/am_procesar_core.git",
"branch": "develop"
},
"source_files": [
"PS_Core",
"PS_Core/**/*.{h,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"dependencies": {
"ObjectMapper": [
],
"Alamofire": [
],
"AlamofireObjectMapper": [
]
}
}