[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 0 / 3 / RTFCPTextFieldCustomizablePlaceholder / 0.1.1 / RTFCPTextFieldCustomizablePlaceholder.podspec.json
blob8768fd36c18f1923ab9efb05ba95abe86d08317f
2   "name": "RTFCPTextFieldCustomizablePlaceholder",
3   "version": "0.1.1",
4   "summary": "Subclass of `UITextField` which allows for more customization of placeholder and text framing and attributes.",
5   "homepage": "https://github.com/Resplendent/RTFCPTextFieldCustomizablePlaceholder",
6   "license": "MIT",
7   "authors": {
8     "Benjamin Maer": "ben@resplendent.co"
9   },
10   "source": {
11     "git": "https://github.com/Resplendent/RTFCPTextFieldCustomizablePlaceholder.git",
12     "tag": "v0.1.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "RTFCPTextFieldCustomizablePlaceholder": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "ResplendentUtilities": [
26       "~> 0.3.0"
27     ],
28     "RUTextSize": [
29       "~> 0.1.6"
30     ]
31   }