[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / 7 / TimeAgoInWords / 3.0.0 / TimeAgoInWords.podspec.json
blobd172055d6773c249c30d27b487bf18380a7763b2
2   "name": "TimeAgoInWords",
3   "version": "3.0.0",
4   "summary": "A port of rails' time_ago_in_words date method.",
5   "description": "This is a direct port of: http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html#method-i-distance_of_time_in_words",
6   "homepage": "https://github.com/ello/TimeAgoInWords",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Ello",
13     "Ryan Boyajian"
14   ],
15   "source": {
16     "git": "https://github.com/ello/TimeAgoInWords.git",
17     "tag": "3.0.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": false,
26   "source_files": "TimeAgoInWords.swift",
27   "frameworks": "Foundation",
28   "ios": {
29     "resource_bundles": {
30       "TimeAgoInWords": [
31         "Localization/*.lproj"
32       ]
33     }
34   },
35   "pushed_with_swift_version": "3.0"