[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 7 / 0 / PLSelectView / 0.1.0 / PLSelectView.podspec.json
blob3ca712cdde8c1b430c71d66a672c5c473bb21d74
2   "name": "PLSelectView",
3   "version": "0.1.0",
4   "summary": "Simple select style input view for UITextField",
5   "homepage": "https://github.com/PitchLabsAsh/PLSelectView",
6   "license": "MIT",
7   "authors": {
8     "Ash Thwaites": "ash@trypitch.com"
9   },
10   "source": {
11     "git": "https://github.com/PitchLabsAsh/PLSelectView.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "PLSelectView": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "PureLayout": [
27     ]
28   }