blob: 4ca5814870b1266625c18ca5dcd6cd4f7c655646 [file] [log] [blame]
{
"name": "ServiceKit",
"version": "1.0.1",
"summary": "A Generic Rest Kit in swift",
"description": "This framework was made to help developers to build their apps without having to worry about creating the service layer using urls and etc",
"homepage": "https://github.com/KeyCar/ServiceKit",
"license": "MIT",
"authors": {
"Leonardo": "leonardo_rock@icloud.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/KeyCar/ServiceKit.git",
"tag": "1.0.1"
},
"source_files": [
"ServiceKit",
"ServiceKit/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "3.0"
}