blob: be3dc2546555d6e889170e4676d7631ff6ca79e4 [file] [log] [blame]
{
"name": "RKPickerView",
"version": "0.1.0",
"summary": "A custom pickerView for iOS Applications.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/rayeheka/RKPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rayeheka": "ka.rayehe@gmail.com"
},
"source": {
"git": "https://github.com/rayeheka/RKPickerView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "3.0",
"source_files": "RKPickerView/Classes/**/*",
"resource_bundles": {
"RKPickerView": [
"RKPickerView/Assets/*.png"
]
}
}