blob: e6afbb0747cbe55b52130b81f47d656de4e5cbb0 [file] [log] [blame]
{
"name": "IconFontsKit",
"version": "1.0.0",
"license": "MIT",
"summary": "Icon fonts for iOS.",
"homepage": "https://github.com/ElfSundae/IconFontsKit",
"authors": {
"Elf Sundae": "http://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/IconFontsKit.git",
"tag": "1.0.0",
"submodules": true
},
"social_media_url": "https://twitter.com/ElfSundae",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "CoreText",
"source_files": "IconFontsKit/IconFontsKit.h",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "IconFontsKit/IFIcon.{h,m}"
},
{
"name": "FontAwesome",
"dependencies": {
"IconFontsKit/Core": [
]
},
"source_files": "IconFontsKit/IFFontAwesome.{h,m}",
"resources": "IconFontsKit/FontAwesome.otf"
},
{
"name": "Octicons",
"dependencies": {
"IconFontsKit/Core": [
]
},
"source_files": "IconFontsKit/IFOcticons.{h,m}",
"resources": "IconFontsKit/octicons.ttf"
},
{
"name": "FoundationIcons",
"dependencies": {
"IconFontsKit/Core": [
]
},
"source_files": "IconFontsKit/IFFoundationIcons.{h,m}",
"resources": "IconFontsKit/foundation-icons.ttf"
}
]
}