[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / 1 / b / LHSFontSelectionViewController / 0.0.3 / LHSFontSelectionViewController.podspec.json
blobda0ca505d09b72d0bab208513ad3a210c6669d57
2   "name": "LHSFontSelectionViewController",
3   "version": "0.0.3",
4   "summary": "An easy way to let users select fonts in iOS.",
5   "license": {
6     "type": "Apache 2.0",
7     "file": "LICENSE"
8   },
9   "homepage": "http://lionheartsw.com/",
10   "authors": {
11     "Dan Loewenherz": "dan@lionheartsw.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/lionheart/LHSFontSelectionViewController.git",
18     "tag": "v0.0.3"
19   },
20   "source_files": [
21     "Protocols/*.h",
22     "Classes/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "LHSTableViewCells": [
33     ],
34     "LHSCategoryCollection": [
36     ]
37   }