blob: 4b83fad5a5a76b5299047297bb166088fdacaca8 [file] [log] [blame]
{
"name": "EFIconFont",
"version": "0.1.0",
"summary": "Yet another stupid wrapper of icon font.",
"description": "Yet another stupid wrapper of icon font, in Swift.",
"homepage": "https://github.com/EyreFree/EFIconFont",
"screenshots": [
"https://github.com/EFPrefix/EFIconFont/blob/master/Assets/1.png?raw=true",
"https://github.com/EFPrefix/EFIconFont/blob/master/Assets/2.png?raw=true",
"https://github.com/EFPrefix/EFIconFont/blob/master/Assets/3.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EyreFree/EFIconFont.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/EyreFree777",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "EFIconFont/Classes/Core/**/*"
},
{
"name": "AntDesign",
"source_files": "EFIconFont/Classes/AntDesign/**/*",
"resources": "EFIconFont/Assets/AntDesign/**/*",
"dependencies": {
"EFIconFont/Core": [
]
}
}
]
}