blob: 4f08fff96cdb6365879500bf9bd611becd5ed365 [file] [log] [blame]
{
"name": "InterfaceUtilities",
"platforms": {
"ios": "9.0"
},
"summary": "UI-related utilities for iOS applications.",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/InterfaceUtilities-Swift.git",
"source": {
"git": "https://github.com/protoman92/InterfaceUtilities-Swift.git",
"tag": "1.0.0"
},
"subspecs": [
{
"name": "Main",
"source_files": "InterfaceUtilities/**/*.{swift}"
}
]
}