blob: 48dd570a3d1fbf2c21f1a9593e3b4d3d22522648 [file] [log] [blame]
{
"name": "ServiceKit",
"version": "1.0.0",
"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.0"
},
"source_files": [
"ServiceKit",
"ServiceKit/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "3.0"
}