blob: f5a920b640d12641b4f677df33afc06bc1d309ef [file] [log] [blame]
{
"name": "Swiftility",
"version": "0.9.1",
"summary": "allbto utility library to use across my projects.",
"homepage": "https://github.com/allbto/ios-swiftility",
"license": {
"type": "MIT"
},
"authors": "Allan Bto",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/allbto/ios-swiftility.git",
"tag": "0.9.1"
},
"public_header_files": "Swiftility/**/*.h",
"source_files": "Swiftility/Classes/**/*.{h,m,swift}",
"requires_arc": true
}