[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 8 / 4 / foundationextensions / 0.2.0 / foundationextensions.podspec.json
blobae7b41e46fe9fcd16a37956abdc27f61ebf5ae76
2   "name": "foundationextensions",
3   "version": "0.2.0",
4   "summary": "Helpful set of homemade Foundation extensions",
5   "homepage": "http://dashdevs.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dashdevs llc": "hello@dashdevs.com"
12   },
13   "source": {
14     "git": "https://github.com/itomych/foundationextensions.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "foundationextensions/Classes/**/*",
21   "swift_versions": "4.2",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "foundationextensions/Classes/*.{h,m,swift}"
27     },
28     {
29       "name": "NSBundle",
30       "source_files": "foundationextensions/Classes/NSBundle+DDExtensions.{h,m}"
31     },
32     {
33       "name": "NSString",
34       "source_files": "foundationextensions/Classes/NSString+DDExtensions.{h,m}"
35     },
36     {
37       "name": "NSDictionary",
38       "source_files": "foundationextensions/Classes/NSDictionary+DDExtensions.{h,m}"
39     },
40     {
41       "name": "NSURLRequest",
42       "source_files": "foundationextensions/Classes/NSURLRequest+DDExtensions.{h,m}"
43     },
44     {
45       "name": "NSData",
46       "source_files": "foundationextensions/Classes/NSData+DDExtensions.{h,m}"
47     },
48     {
49       "name": "NSFileManager",
50       "source_files": "foundationextensions/Classes/NSFileManager+DDExtensions.{h,m}"
51     },
52     {
53       "name": "NSURLComponents",
54       "source_files": "foundationextensions/Classes/NSURLComponents+DDExtensions.{h,m}"
55     }
56   ],
57   "swift_version": "4.2"