blob: f7854d3a08fbfae735575eeef258ab099424a5bc [file] [log] [blame]
{
"name": "ATPickerView",
"version": "0.1.1",
"summary": "Picker View",
"homepage": "https://github.com/ablettchen/ATPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablett": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/ATPickerView.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATPickerView/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ATPopupView": [
]
}
}