[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 4 / 2 / NSDate-Escort / 2.0.1 / NSDate-Escort.podspec.json
blob185f9cf23f34c500cae53884045b52077298f457
2   "name": "NSDate-Escort",
3   "version": "2.0.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.0.1"
16   },
17   "requires_arc": true,
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.3",
21     "osx": "10.13"
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   ]