blob: 73a43187c7947780682063f886a514059c5b070d [file] [log] [blame]
{
"name": "ExtendedUIKit",
"version": "1.1.0",
"summary": "Extensions for the UIKit framework.",
"homepage": "https://github.com/daniel-barros/ExtendedUIKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Barros": "dani.barros@me.com"
},
"source": {
"git": "https://github.com/daniel-barros/ExtendedUIKit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources/Support Files/**/*.{h,swift}",
"Sources/Common/**/*.swift"
],
"ios": {
"source_files": "Sources/iOS/**/*.swift"
},
"watchos": {
"source_files": "Sources/watchOS/**/*.swift"
},
"requires_arc": true,
"dependencies": {
"ExtendedFoundation": [
],
"ExtendedCoreGraphics": [
]
},
"pushed_with_swift_version": "4.0"
}