blob: b1ae3a475c624f4d2b2565c197a84e98e18b0463 [file] [log] [blame]
{
"name": "NBPickerModal",
"version": "1.0.0",
"summary": "A picker inside a mini modal window",
"homepage": "https://github.com/needbee/nbpickermodal",
"license": "MIT",
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"source": {
"git": "https://github.com/needbee/nbpickermodal.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"src",
"src/**/*.{h,m}"
],
"dependencies": {
"NBHighlightButton": [
"~> 1.0.1"
],
"NBMiniModal": [
"~> 1.0"
],
"UIView+PartialRoundedCorner": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "NBHighlightButton",
"dependencies": {
"NBHighlightButton": [
"~> 1.0.1"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/NBHighlightButton"
}
},
{
"name": "NBMiniModal",
"dependencies": {
"NBHighlightButton": [
"~> 1.0"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/NBMiniModal"
}
},
{
"name": "UIView+PartialRoundedCorner",
"dependencies": {
"UIView+PartialRoundedCorner": [
"~> 1.0"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/UIView+PartialRoundedCorner"
}
}
]
}