[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 9 / 8 / 4 / AMDevAssistant / 0.3.0 / AMDevAssistant.podspec.json
blob762c6f9ec6f9cbdd3a45655f4b344de636c8673f
2   "name": "AMDevAssistant",
3   "version": "0.3.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.3.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         "AMLogTool": [
43           "~> 0.1.3"
44         ]
45       }
46     }
47   ]