[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / d / 6 / 9 / TDTChocolate / 2.12.0 / TDTChocolate.podspec.json
blob4bba02af57d51c14743d704115b0bd890aee95f4
2   "name": "TDTChocolate",
3   "version": "2.12.0",
4   "summary": "Library containing additions to Cocoa and Cocoa Touch",
5   "homepage": "https://github.com/talk-to/Chocolate",
6   "authors": "Talk.to",
7   "license": "BSD",
8   "source": {
9     "git": "https://github.com/talk-to/Chocolate.git",
10     "tag": "2.12.0"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "ios": "7.0",
15     "osx": "10.8"
16   },
17   "header_mappings_dir": "TDTChocolate",
18   "subspecs": [
19     {
20       "name": "FoundationAdditions",
21       "source_files": [
22         "TDTChocolate/FoundationAdditions/*.{h,m}",
23         "TDTChocolate/TDTFoundationAdditions.h"
24       ]
25     },
26     {
27       "name": "TestingAdditions",
28       "source_files": [
29         "TDTChocolate/TestingAdditions/*.{h,m}",
30         "TDTChocolate/TDTTestingAdditions.h"
31       ]
32     },
33     {
34       "name": "CoreDataAdditions",
35       "dependencies": {
36         "TDTChocolate/FoundationAdditions": [
38         ]
39       },
40       "source_files": [
41         "TDTChocolate/CoreDataAdditions/*.{h,m}",
42         "TDTChocolate/TDTCoreDataAdditions.h"
43       ],
44       "frameworks": "CoreData",
45       "osx": {
46         "exclude_files": "TDTChocolate/CoreDataAdditions/NSFetchedResultsController+TDTAdditions.{h,m}"
47       }
48     }
49   ]