[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 2 / apploggerSDK / 0.3.4 / apploggerSDK.podspec.json
blobc915b2725cf6189b23afd220c25ac8f7ef3a18b3
2   "name": "apploggerSDK",
3   "version": "0.3.4",
4   "summary": "Log your app to the web",
5   "homepage": "http://applogger.io",
6   "documentation_url": "https://github.com/applogger/applogger-ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "io": "info@applogger.io"
10   },
11   "source": {
12     "git": "https://github.com/applogger/applogger-ios-sdk.git",
13     "tag": "0.3.4",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "ios": {
21     "frameworks": [
22       "CFNetwork",
23       "Security"
24     ]
25   },
26   "osx": {
27     "frameworks": [
28       "CoreServices",
29       "Security"
30     ],
31     "compiler_flags": "-Wno-format"
32   },
33   "libraries": "icucore",
34   "source_files": "Classes/iOS/*.{h,m}",
35   "dependencies": {
36     "CocoaAsyncSocket": [
37       "~> 7.3.4"
38     ],
39     "CocoaLumberjack": [
41     ],
42     "NSLogger": [
44     ],
45     "AZSocketIO-HandShakeData": [
46       "0.0.6"
47     ]
48   },
49   "prefix_header_contents": "#define NSLog(...) internalLog(__VA_ARGS__);\n    \n  #ifdef __OBJC__\n  #import \"ioApploggerHelper.h\"\n  #endif"