Latest | 0.0.6 |
---|---|
Homepage | https://github.com/SkygearIO/MagicKit |
License | MIT |
Platforms | ios 5.0, osx 10.7 |
Authors |
404: Not Found
Latest podspec
{ "name": "MagicKit-Skygear", "module_name": "MagicKit", "version": "0.0.6", "license": "MIT", "summary": "Fork of MagicKit with fixes for errors and warnings present in later versions of Clang and updated libmagic sources", "homepage": "https://github.com/SkygearIO/MagicKit", "authors": { "Oursky Ltd.": "[email protected]" }, "source": { "git": "https://github.com/SkygearIO/MagicKit.git", "tag": "0.0.6" }, "platforms": { "ios": "5.0", "osx": "10.7" }, "resources": "magic.mgc", "source_files": [ "libmagic/*.{h,c}", "*.{h,m}" ], "exclude_files": [ "libmagic/strlcpy.c", "libmagic/strlcat.c" ], "public_header_files": [ "MagicKit.h", "GEMagicKit.h", "GEMagicResult.h" ], "ios": { "frameworks": [ "Foundation", "MobileCoreServices" ] }, "osx": { "frameworks": [ "Foundation", "CoreServices" ] }, "libraries": "z", "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_CONFIG_H=1" } }
Wed, 17 Jan 2018 21:20:04 +0000