blob: 7c7019c07ad0290713dc21ffad9892bcecb62215 [file] [log] [blame]
{
"name": "PKYDropDownStepper",
"version": "0.0.5",
"summary": "UIControl with label & stepper & dropdown list combined",
"description": " A customizable UIControl with label & stepper & dropdown selection list combined.\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yohei okada": "okada.yohei@gmail.com",
"jimmy huang": "jimmy.s.huang@gmail.com"
},
"homepage": "https://github.com/huangjimmy/PKYStepper",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/huangjimmy/PKYStepper.git",
"tag": "0.0.5"
},
"default_subspecs": "Core",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "PKYStepper/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
},
{
"name": "React",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"PKYDropDownStepper/Core": [
],
"React/Core": [
]
},
"frameworks": "JavaScriptCore",
"source_files": "RCTPKYStepper/**/*.{h,m}"
}
]
}