[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / c / d / f / LPPopupListView / 1.0.1 / LPPopupListView.podspec.json
blobeb903d914a25c1c32b310097b4474720b22b16a0
2   "name": "LPPopupListView",
3   "version": "1.0.1",
4   "summary": "LPPopupListView is custom popup component for iOS with table for single or multiple selection.",
5   "homepage": "https://github.com/luka1995/LPPopupListView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Luka Penger": "luka.penger@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/luka1995/LPPopupListView.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "LPPopupListView/**/*.{h,m}",
21   "resources": "LPPopupListView/**/Images/*.png",
22   "frameworks": [
23     "CoreLocation",
24     "AVFoundation"
25   ],
26   "requires_arc": true