| { |
| "name": "DeepStorm", |
| "version": "1.0.6", |
| "summary": "DeepStorm provides Logging, Journalling, Reporting and Module/Service Management", |
| "description": "DeepStorm is a powerful extraordinary obj-c Library for \nLogging, Journalling, Reporting & Module/Service Management", |
| "homepage": "https://github.com/huktoDev/DeepStorm", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Alexandr Babenko (HuktoDev)": "hikto583004@list.ru" |
| }, |
| "social_media_url": "http://vk.com/hukto777", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/huktoDev/DeepStorm.git", |
| "tag": "1.0.0" |
| }, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" |
| }, |
| "frameworks": [ |
| "MessageUI", |
| "UIKit" |
| ], |
| "source_files": "ReporterProject/DeepStorm/**/*.*", |
| "exclude_files": [ |
| "ReporterProject/DeepStorm/DSIdeaHeader.h", |
| "ReporterProject/DeepStorm/Reporting/Custom Reporters/Email Reporters/DSEmailHiddenReporter.*" |
| ], |
| "public_header_files": "ReporterProject/DeepStorm/**/*.h", |
| "dependencies": { |
| "GDataXML-HTML": [ |
| "~> 1.3.0" |
| ] |
| } |
| } |