blob: a9961df8c7208295e1ed5040a9b79d04991f07d3 [file] [log] [blame]
{
"name": "RestApiManager",
"version": "0.0.1",
"summary": "RestApiManager",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"description": "RestApiManager description",
"homepage": "https://github.com/Panevnyk",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"panevnyk": "sieter3008@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Panevnyk/RestApiManager.git",
"tag": "0.0.1"
},
"source_files": "RestApiManager/**/*.{swift}",
"resources": "RestApiManager/**/*.{xib}",
"frameworks": "UIKit",
"requires_arc": true
}