blob: cf77d506b7def2e3da08d3c97e6f6c180470c4f0 [file] [log] [blame]
{
"name": "XBIconFont",
"version": "0.4.1",
"summary": "Category that adds iOS 7-like icons convenience methods.",
"homepage": "https://github.com/viteinfinite/XBIconFont",
"license": {
"type": "MIT"
},
"authors": {
"Simone Civetta": "viteinfinite@gmail.com",
"Alex Usbergo": "alexakadrone@gmail.com"
},
"source": {
"git": "https://github.com/viteinfinite/xbiconfont.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"exclude_files": "Demo",
"resources": "Resources/*.ttf",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}