blob: 6f3c259871331b9c80eaa6d5a144734b1995ee5c [file] [log] [blame]
{
"name": "SimPickerView",
"version": "0.0.8",
"summary": "SimPickerView is a UIPickerView like component.",
"homepage": "https://github.com/tomjpsun/SimPickerView",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Tom J.P. Sun": "tomjpsun@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tomjpsun/SimPickerView.git",
"tag": "0.0.8"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"resources": [
"SimPickerView/Images.xcassets/**/*.png",
"SimPickerView/*.xib"
],
"frameworks": "UIKit"
}