[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / c / 5 / XBIconFont / 0.4 / XBIconFont.podspec.json
blob45f59e201e93d865600112dfd4786fe89be665ff
2   "name": "XBIconFont",
3   "version": "0.4",
4   "summary": "Category that adds iOS 7-like icons convenience methods.",
5   "homepage": "https://github.com/viteinfinite/XBIconFont",
6   "license": {
7     "type": "Private",
8     "text": "    This project's demo is loosely based on FontAwesome+iOS by Alex Usbergo\n"
9   },
10   "authors": {
11     "Simone Civetta": "viteinfinite@gmail.com",
12     "Alex Usbergo": "alexakadrone@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/viteinfinite/xbiconfont.git",
16     "tag": "0.4"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "*.{h,m}",
22   "exclude_files": "Demo",
23   "resources": "Resources/*.ttf",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "CoreGraphics"
28   ],
29   "requires_arc": true