[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / d / 0 / 7 / OcticonsSwift / 0.1.2 / OcticonsSwift.podspec.json
blob86f6cc0cc7c39cf76fb8e68e58fdbf879807e7bb
2   "name": "OcticonsSwift",
3   "version": "0.1.2",
4   "summary": "Octicons Swift wrapper",
5   "description": "Octicons Swift wrapper.\nUse octicons for String, UIImage/NSImage.",
6   "homepage": "https://github.com/jasonnam/OcticonsSwift",
7   "authors": {
8     "Jason Nam": "contact@jasonnam.com"
9   },
10   "social_media_url": "http://jasonnam.com",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/jasonnam/OcticonsSwift.git",
23     "commit": "7394055abca403b071db40013477889d74ef90ab",
24     "tag": "0.1.2"
25   },
26   "ios": {
27     "source_files": [
28       "Source/UIImage+Octicons.swift",
29       "Source/String+Octicons.swift",
30       "Source/UIFont+Octicons.swift"
31     ]
32   },
33   "osx": {
34     "source_files": [
35       "Source/NSImage+Octicons.swift",
36       "Source/String+Octicons.swift",
37       "Source/NSFont+Octicons.swift"
38     ]
39   },
40   "watchos": {
41     "source_files": [
42       "Source/UIImage+Octicons.swift",
43       "Source/String+Octicons.swift",
44       "Source/UIFont+Octicons.swift"
45     ]
46   },
47   "tvos": {
48     "source_files": [
49       "Source/UIImage+Octicons.swift",
50       "Source/String+Octicons.swift",
51       "Source/UIFont+Octicons.swift"
52     ]
53   },
54   "resources": "octicons.ttf",
55   "requires_arc": true