[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / 1 / b / FieldKit / 0.1.3 / FieldKit.podspec.json
blobb8575d958b26fc20bddf77ccf26492aca11f587e
2   "name": "FieldKit",
3   "version": "0.1.3",
4   "summary": "UI library of custom text fields for iOS.",
5   "homepage": "https://github.com/laugga/fieldkit",
6   "license": "MIT",
7   "authors": {
8     "Luis Laugga": "luis@laugga.com"
9   },
10   "source": {
11     "git": "https://github.com/laugga/FieldKit.git",
12     "tag": "0.1.3"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "requires_arc": false,
18   "source_files": "lib/**/*.{h,m}",
19   "resource_bundles": {
20     "FieldKit": [
21       "resources/*.png"
22     ]
23   },
24   "public_header_files": "lib/*.h",
25   "prefix_header_file": "support/FieldKit-Prefix.pch",
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "CoreText",
30     "CoreGraphics",
31     "QuartzCore"
32   ]