blob: 6439519bb7087c3b4c2499232cc85f0f0b7843c0 [file] [log] [blame]
{
"name": "AFHorizontalDayPicker",
"version": "0.1.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/3.png"
],
"license": "MIT",
"authors": {
"Alexander Fedosov": "alexander.a.fedosov@gmail.com"
},
"source": {
"git": "https://github.com/alexfedosov/AFHorizontalDayPicker.git",
"tag": "0.1.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"
]
}
}