blob: 52d50353ab843182261597a66c4aa44017318f15 [file] [log] [blame]
{
"name": "IconFontsKit",
"version": "0.1.1",
"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": "0.1.1",
"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",
"source_files": "IconFontsKit/IFFontAwesome.{h,m}",
"resources": "IconFontsKit/FontAwesome.otf",
"dependencies": {
"IconFontsKit/Core": [
]
}
}
]
}