{ | |
"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" | |
} | |
} |