blob: 3299ddcca2077eb410a35912844a0da1ce5dd7e3 [file] [log] [blame]
{
"name": "TTBaseView",
"version": "0.0.4",
"authors": {
"Hasan KACAR": "hasankacar@thy.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/turkishtechnicmobile/TTBaseView",
"source": {
"git": "https://github.com/turkishtechnicmobile/TTBaseView.git",
"branch": "master",
"tag": "0.0.4"
},
"summary": "Base application frameworks for Turkish Technic's Applications. Don't use it without permission.",
"source_files": [
"**/*.swift",
"*.swift",
"**/*.h",
"*.h",
"**/*.m",
"*.m"
],
"resources": [
"**/*.png",
"*.png",
"**/*.jpeg",
"*.jpeg",
"**/*.jpg",
"*.jpg",
"**/*.storyboard",
"*.storyboard",
"**/*.xib",
"*.xib",
"**/*.xcassets",
"*.xcassets"
],
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"public_header_files": [
"**/Hamburger/*.h",
"**/TTBaseView.h"
],
"dependencies": {
"TTBaseApp": [
]
},
"swift_version": "4.2"
}