blob: a84ee2feb1d4f246ad0eddb2edd8f63c70de2c50 [file] [log] [blame]
{
"name": "AFHorizontalDayPicker",
"version": "0.2.0",
"summary": "AFHorizontalDayPicker is clean and simple day picker based on UICollectionView",
"homepage": "https://github.com/alexfedosov/AFHorizontalDayPicker",
"screenshots": [
"https://raw.github.com/alexfedosov/AFHorizontalDayPicker/master/Screens/2.png",
"https://raw.github.com/alexfedosov/AFHorizontalDayPicker/master/Screens/animation.gif"
],
"license": "MIT",
"authors": {
"Alexander Fedosov": "alexander.a.fedosov@gmail.com"
},
"source": {
"git": "https://github.com/alexfedosov/AFHorizontalDayPicker.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AFHorizontalDayPicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MTDates": [
"1.0.0"
]
}
}