[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / 8 / ACEToolKit / 0.3.4 / ACEToolKit.podspec.json
blobc64b58d70c0b5fba089766b8baef87b735042e0a
2   "name": "ACEToolKit",
3   "version": "0.3.4",
4   "homepage": "https://github.com/acerbetti/ACEToolKit",
5   "summary": "Development tools to make my life (and yours) a little bit easier.",
6   "authors": {
7     "Stefano Acerbetti": "acerbetti@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/acerbetti/ACEToolKit.git",
15     "tag": "v0.3.4"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.7"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "platforms": {
26         "ios": "8.0",
27         "osx": "10.7"
28       },
29       "ios": {
30         "dependencies": {
31           "FFGlobalAlertController": [
33           ]
34         }
35       },
36       "source_files": "ACEToolKit/*.{h,m}",
37       "requires_arc": true,
38       "osx": {
39         "exclude_files": [
40           "ACEToolKit/ACEActionSheet.*",
41           "ACEToolKit/ACEAlertView.*",
42           "ACEToolKit/ACEErrorUtils.*",
43           "ACEToolKit/ACENavigationController.*"
44         ]
45       }
46     },
47     {
48       "name": "AppExtension",
49       "platforms": {
50         "ios": "8.0"
51       },
52       "source_files": "ACEToolKit/*.{h,m}",
53       "exclude_files": [
54         "ACEToolKit/ACEActionSheet.*",
55         "ACEToolKit/ACEAlertView.*",
56         "ACEToolKit/ACEErrorUtils.*",
57         "ACEToolKit/ACENavigationController.*"
58       ],
59       "xcconfig": {
60         "GCC_PREPROCESSOR_DEFINITIONS": "ACE_APP_EXTENSION=1"
61       },
62       "requires_arc": true
63     }
64   ]