[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 0 / 8 / 5 / FTFontSelector / 1.1.2 / FTFontSelector.podspec.json
blobc955b102cb02ac5f204560e4bc89cef3938630f3
2   "name": "FTFontSelector",
3   "version": "1.1.2",
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   "screenshots": [
12     "https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPhone%20Font%20Families.png",
13     "https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPhone%20Font%20Family%20Members.png",
14     "https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPad%20Font%20Families%20Small.png",
15     "https://raw.github.com/Fingertips/FTFontSelector/1.1.2/Project/Screenshots/iPad%20Font%20Family%20Members%20Small.png"
16   ],
17   "source": {
18     "git": "https://github.com/Fingertips/FTFontSelector.git",
19     "tag": "1.1.2"
20   },
21   "platforms": {
22     "ios": "5.0"
23   },
24   "requires_arc": true,
25   "frameworks": "CoreText",
26   "source_files": [
27     "Classes",
28     "Classes/Private"
29   ],
30   "resources": "Assets/FTFontSelector.bundle",
31   "public_header_files": "Classes/*.h"