blob: e91bf39d18822da12004bb4b52ad14fc3187b1a7 [file] [log] [blame]
{
"name": "Swiftility",
"version": "0.10.0",
"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.10.0"
},
"public_header_files": "Swiftility/**/*.h",
"source_files": "Swiftility/Sources/**/*.{h,m,swift}",
"requires_arc": true
}