blob: 2e84f3f6db9795a8db60434bb603c6490218b0c9 [file] [log] [blame]
{
"name": "LPPopupListView@Color",
"version": "1.0.4",
"summary": "LPPopupListView is custom popup component for iOS with table for single or multiple selection.",
"homepage": "https://github.com/crashedump/LPPopupListView-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luka Penger": "luka.penger@gmail.com",
"Crash Dump": "crash.dump@mail.ru"
},
"source": {
"git": "https://github.com/crashedump/LPPopupListView-iOS.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "LPPopupListView/**/*.{h,m}",
"resources": "LPPopupListView/**/Images/*.png",
"frameworks": [
"CoreLocation",
"AVFoundation"
],
"dependencies": {
"DAKeyboardControl": [
],
"ReactiveCocoa": [
]
},
"requires_arc": true
}