blob: 3aa6f44d184ba44abd3ced6020f91b2ee1a37d13 [file] [log] [blame]
{
"name": "IconFontStack",
"version": "0.1",
"summary": "Icon Font library for iOS",
"homepage": "https://github.com/kentya6/IconFontStack",
"license": "MIT",
"authors": {
"Kengo Yokoyama": "appknop@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kentya6/IconFontStack.git",
"tag": "0.1"
},
"source_files": "Source/*.swift",
"resource_bundles": {
"IconFontStack": "Source/IconFonts/*.ttf"
},
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
}
}