[Add] JLBlueLink 1.0.0
[CocoaPods.git] / Specs / e / 8 / 0 / HRDate / 0.1 / HRDate.podspec.json
blobdbdf500de24d4c9f807fe87db641959eb30be0c2
2   "name": "HRDate",
3   "version": "0.1",
4   "summary": "HRDate is a set of categories for simple date management.",
5   "description": "NSDate, NSDateFormatter, NSDateComponents, NSTimeZone and NSCalendar categories.",
6   "homepage": "https://github.com/ivanshevelev/HRDate",
7   "license": "MIT",
8   "authors": {
9     "Ivan Shevelev": "ivan.shevelev@sibers.com"
10   },
11   "source": {
12     "git": "https://github.com/ivanshevelev/HRDate.git",
13     "tag": "0.1"
14   },
15   "social_media_url": "https://twitter.com/antsy_ivan",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "HRDate": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "Foundation"