[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / b / WWElasticTextField / 0.0.1 / WWElasticTextField.podspec.json
blobf9253f39478a3b95128baad004bdaa949d61d417
2   "name": "WWElasticTextField",
3   "version": "0.0.1",
4   "summary": "UITextField with elastic bounce effect.",
5   "description": "UITextField with elastic bounce effect.\nA more interactable text field\n                Following the tutorial by Daniel Tavares on raywenderlich:\nhttps://www.raywenderlich.com/100939/how-to-create-an-elastic-animation-with-swift",
6   "homepage": "https://github.com/shuuchen/WWElasticTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shuchen": "dushuchen97@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/shuchen",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/shuuchen/WWElasticTextField.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "WWElasticTextField",
24     "WWElasticTextField/**/*.{swift}"
25   ],
26   "frameworks": "UIKit",
27   "requires_arc": true