blob: 4db7096893c64fab276c570ed19072b45f4ef1dd [file] [log] [blame]
{
"name": "SwiftUIUtilities",
"platforms": {
"ios": "9.0"
},
"summary": "Common Swift UIKit utilities.",
"requires_arc": true,
"version": "1.0.2",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SwiftUIUtilities.git",
"source": {
"git": "https://github.com/protoman92/SwiftUIUtilities.git",
"tag": "1.0.2"
},
"frameworks": "UIKit",
"dependencies": {
"SwiftUtilities/Main": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftUIUtilities/**/*.{swift}"
}
]
}