[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / 4 / AMDevAssistant / 0.2.0 / AMDevAssistant.podspec.json
blobff7090553c6835c758fc49950f0935318afed54a
2   "name": "AMDevAssistant",
3   "version": "0.2.0",
4   "summary": "A short description of AMDevAssistant.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitlab.uip6.com/Apeman/DevAssistant_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "青狼": "batuba@163.com"
13   },
14   "source": {
15     "git": "https://gitlab.uip6.com/Apeman/DevAssistant_iOS.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "AMDevAssistant/Classes/Core/**/*{.h,.m,.c,.mm}",
26       "resource_bundles": {
27         "AMDevAssistant": [
28           "AMDevAssistant/Assets/**/*"
29         ]
30       }
31     },
32     {
33       "name": "WithLogger",
34       "source_files": "AMDevAssistant/Classes/Logger/**/*{.h,.m}",
35       "pod_target_xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AMDevAssistantWithLogger"
37       },
38       "dependencies": {
39         "AMDevAssistant/Core": [
41         ]
42       }
43     }
44   ]