| { |
| "name": "AMDevAssistant", |
| "version": "0.3.0", |
| "summary": "A short description of AMDevAssistant.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://gitlab.uip6.com/Apeman/DevAssistant_iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "青狼": "batuba@163.com" |
| }, |
| "source": { |
| "git": "https://gitlab.uip6.com/Apeman/DevAssistant_iOS.git", |
| "tag": "0.3.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "AMDevAssistant/Classes/Core/**/*{.h,.m,.c,.mm}", |
| "resource_bundles": { |
| "AMDevAssistant": [ |
| "AMDevAssistant/Assets/**/*" |
| ] |
| } |
| }, |
| { |
| "name": "WithLogger", |
| "source_files": "AMDevAssistant/Classes/Logger/**/*{.h,.m}", |
| "pod_target_xcconfig": { |
| "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AMDevAssistantWithLogger" |
| }, |
| "dependencies": { |
| "AMDevAssistant/Core": [ |
| |
| ], |
| "AMLogTool": [ |
| "~> 0.1.3" |
| ] |
| } |
| } |
| ] |
| } |