[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 4 / 2 / NSDate-Escort / 2.1.1 / NSDate-Escort.podspec.json
blobf50ad547258191d28ccdb3c6c256c2fc085b93dc
2   "name": "NSDate-Escort",
3   "version": "2.1.1",
4   "summary": "A NSDate utility library that is compatible with NSDate-Extensions API.",
5   "homepage": "https://github.com/azu/NSDate-Escort",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "azu": "azuciao@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/azu/NSDate-Escort.git",
15     "tag": "2.1.1"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.4",
21     "osx": "10.14"
22   },
23   "default_subspecs": "ObjC",
24   "subspecs": [
25     {
26       "name": "ObjC",
27       "source_files": "NSDate-Escort/**/*.{h,m}"
28     },
29     {
30       "name": "Swift",
31       "source_files": "NSDate-Escort/**/*.{swift}"
32     }
33   ]