blob: a1508fd00d87bb89d6b3d5148061a015c8037264 [file] [log] [blame]
{
"name": "RacoonKit",
"version": "0.1.0",
"summary": "A lightwight UI framework => RacoonKit",
"description": "A lightwight UI framework written with using Swift.",
"homepage": "https://github.com/behrank/RacoonKit",
"license": "MIT",
"authors": {
"Behran Kankul": "behrank@gmail.com"
},
"social_media_url": "https://twitter.com/Behrann",
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/behrank/RacoonKit.git",
"tag": "0.1.0"
},
"source_files": "RacoonKit/**/*",
"exclude_files": "RacoonKit/**/*.plist",
"frameworks": "UIKit",
"swift_version": "4.0"
}