[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 8 / 5 / FTFontSelector / 1.0.0 / FTFontSelector.podspec.json
blob7dd32754b6e1f2def983f06fd7b7a97dd0c7b871
2   "name": "FTFontSelector",
3   "version": "1.0.0",
4   "summary": "A clone of the font selector found in Apple’s iOS Pages app.",
5   "description": "                    FTFontSelector implements a clone of the font selector that\n                    can be found in Apple’s iOS Pages application.\n\n                    **Note**: For now it targets the current iOS 6 look, because\n                    we won’t know what Apple’s version in iOS 7 will look like yet.\n",
6   "license": "MIT",
7   "authors": {
8     "Eloy Durán": "eloy.de.enige@gmail.com"
9   },
10   "homepage": "https://github.com/Fingertips/FTFontSelector",
11   "source": {
12     "git": "https://github.com/Fingertips/FTFontSelector.git",
13     "tag": "1.0.0"
14   },
15   "screenshots": [
16     "https://raw.github.com/Fingertips/FTFontSelector/1.0.0/Project/Screenshots/iPhone%20Font%20Families.png",
17     "https://raw.github.com/Fingertips/FTFontSelector/1.0.0/Project/Screenshots/iPhone%20Font%20Family%20Members.png",
18     "https://raw.github.com/Fingertips/FTFontSelector/1.0.0/Project/Screenshots/iPad%20Font%20Families%20Small.png",
19     "https://raw.github.com/Fingertips/FTFontSelector/1.0.0/Project/Screenshots/iPad%20Font%20Family%20Members%20Small.png",
20     {
21       "git": "https://github.com/Fingertips/FTFontSelector.git",
22       "tag": "1.0.0"
23     }
24   ],
25   "platforms": {
26     "ios": "5.0"
27   },
28   "requires_arc": true,
29   "frameworks": "CoreText",
30   "source_files": [
31     "Classes",
32     "Classes/Private"
33   ],
34   "resources": "Assets/FTFontSelector.bundle",
35   "public_header_files": "Classes/*.h"