blob: 5d3a522a8281122b75dbd4da75102d03c0042ee8 [file] [log] [blame]
{
"name": "IconFactory",
"version": "0.1.2",
"summary": "simple icon generator",
"description": "A simple icon generator to use with specific icon style.",
"homepage": "https://github.com/sergeysivak/IconFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Sivak": "sergey.sivak@icloud.com"
},
"source": {
"git": "https://github.com/sergeysivak/IconFactory.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/*",
"public_header_files": "Pod/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"FontAwesome.swift": [
"~> 0.8"
]
}
}