[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 5 / a / IRCoreDataStack / 1.0.2 / IRCoreDataStack.podspec.json
blobc21ba9f35f94db0ab68de02e47abf7587ed806b5
2   "name": "IRCoreDataStack",
3   "version": "1.0.2",
4   "summary": "CoreDataStack with two independent NSManagedObjectContext instances",
5   "homepage": "https://github.com/iruleonu/IRCoreDataStack",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Nuno Salvador": "nuno@salvador.com"
12   },
13   "source": {
14     "git": "https://github.com/iruleonu/IRCoreDataStack.git",
15     "tag": "1.0.2"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "CoreData"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "tvos": "9.0",
25     "watchos": "2.0",
26     "osx": "10.10"
27   },
28   "subspecs": [
29     {
30       "name": "IOS_TVOS_WATCHOS",
31       "source_files": "IRCoreDataStack",
32       "platforms": {
33         "ios": "8.0",
34         "tvos": "9.0",
35         "watchos": "2.0"
36       }
37     },
38     {
39       "name": "OSX",
40       "source_files": [
41         "IRCoreDataStack"
42       ],
43       "exclude_files": [
44         "IRCoreDataStack/IRCoreDataStack+NSFecthedResultsController.{h,m}"
45       ],
46       "platforms": {
47         "osx": "10.10"
48       }
49     }
50   ]