blob: 071a5a6d4f21322911338ce12567cda604f6247c [file] [log] [blame]
{
"name": "PS_Core",
"version": "0.0.3",
"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/Public/**/*.{h,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"exclude_files": "PS_Core/Private/*.{h,swift}",
"dependencies": {
"ObjectMapper": [
],
"Alamofire": [
],
"AlamofireObjectMapper": [
]
}
}