blob: 5f65fe013abc50d4099955686d5e8450b1daf0e2 [file] [log] [blame]
{
"name": "ISupportKit",
"version": "1.0.0",
"summary": "This is support library for developing iOS app.",
"swift_version": "4.1",
"description": "This is support library for developing iOS app. e.g. extension, wrrapper",
"homepage": "https://github.com/iKichiemon/ISupportKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"きちえもん": "email@address.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/iKichiemon/ISupportKit.git",
"tag": "1.0.0"
},
"source_files": [
"ISupportKit",
"ISupportKit/**/*.{h,m}"
]
}