[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 4 / JQSwiftIcon / 0.1.0 / JQSwiftIcon.podspec.json
blob22044ab735749b11e8e9b3803899746b4cce103f
2   "name": "JQSwiftIcon",
3   "version": "0.1.0",
4   "summary": "String interpolation made for icon fonts.",
5   "description": "Easily implement Icon Fonts with iOS projects, using String interpolation JQSwiftIcon replaces arguments with real icons.",
6   "homepage": "https://github.com/josejuanqm/JQSwiftIcon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jose Quintero": "jose.juan.qm@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/josejuanqm/JQSwiftIcon.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/josejuanqm",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "JQSwiftIcon/Classes/**/*",
23   "resource_bundles": {
24     "JQSwiftIcon": [
25       "JQSwiftIcon/Classes/Resources/*.ttf"
26     ]
27   }