[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 2 / NSDate-Escort / 2.0.0 / NSDate-Escort.podspec.json
blobcbd34b26d317d89847e6ef52e09b34b37488bb5f
2   "name": "NSDate-Escort",
3   "version": "2.0.0",
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.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "11.4",
20     "osx": "10.13"
21   },
22   "default_subspecs": "ObjC",
23   "subspecs": [
24     {
25       "name": "ObjC",
26       "source_files": "NSDate-Escort/**/*.{h,m}"
27     },
28     {
29       "name": "Swift",
30       "source_files": "NSDate-Escort/**/*.{swift}"
31     }
32   ]