[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / a / 5 / f / MyTextField / 0.1.0 / MyTextField.podspec.json
blob28761cc4f25825b5013f6110a6bd41bc7bc13344
2   "name": "MyTextField",
3   "version": "0.1.0",
4   "summary": "A subclass of UITextField with Animation",
5   "description": "\"This pod provides a custom textfield that consist of textfield with animated placeholder.\"",
6   "homepage": "https://github.com/PawanRamteke/MyTextField",
7   "license": "MIT",
8   "authors": {
9     "Pawan": "pawanramteke7@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/PawanRamteke/MyTextField.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MyTextField": [
22       "Pod/Assets/*.png"
23     ]
24   }