blob: 6174cdd632f272fa62806cc47687fc8d51aae415 [file] [log] [blame]
{
"name": "Sheety",
"version": "0.1",
"summary": "Sheety framework for Swift.",
"description": "Written in Swift.\nMy Sheety Framework.",
"homepage": "https://github.com/omidgolparvar/Sheety",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Omid Golparvar": "iGolparvar@gmail.com"
},
"source": {
"git": "https://github.com/omidgolparvar/Sheety.git",
"tag": "0.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": [
"Sheety/*.{h,swift}",
"Sheety/**/*.swift",
"Sheety/**/*.xib",
"Sheety/**/*.storyboard"
],
"public_header_files": "Sheety/*.h",
"libraries": "z"
}