blob: 200e263e45d713a389bafff5927b7cbcbeeae675 [file] [log] [blame]
{
"name": "Cutis",
"version": "0.1",
"summary": "Cutis (\"Comfortable UTIs\") is a thin Swift wrapper on top of the UTI (Universal Type Identifier) C API.",
"homepage": "https://github.com/lvsti/Cutis",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tamas Lustyik": "elveestei@gmail.com"
},
"social_media_url": "http://twitter.com/cocoagrinder",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/lvsti/Cutis.git",
"tag": "v0.1",
"submodules": true
},
"source_files": "Cutis/**/*.{h,swift}"
}