[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 4 / 2 / AFHorizontalDayPicker / 0.2.0 / AFHorizontalDayPicker.podspec.json
bloba84ee2feb1d4f246ad0eddb2edd8f63c70de2c50
2   "name": "AFHorizontalDayPicker",
3   "version": "0.2.0",
4   "summary": "AFHorizontalDayPicker is clean and simple day picker based on UICollectionView",
5   "homepage": "https://github.com/alexfedosov/AFHorizontalDayPicker",
6   "screenshots": [
7     "https://raw.github.com/alexfedosov/AFHorizontalDayPicker/master/Screens/2.png",
8     "https://raw.github.com/alexfedosov/AFHorizontalDayPicker/master/Screens/animation.gif"
9   ],
10   "license": "MIT",
11   "authors": {
12     "Alexander Fedosov": "alexander.a.fedosov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/alexfedosov/AFHorizontalDayPicker.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "AFHorizontalDayPicker": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "public_header_files": "Pod/Classes/**/*.h",
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "dependencies": {
34     "MTDates": [
35       "1.0.0"
36     ]
37   }