[Add] KommunicateCore-iOS-SDK 1.2.5
[CocoaPods.git] / Specs / 7 / f / 1 / GLLocalNotiHelper / 0.0.2 / GLLocalNotiHelper.podspec.json
bloba247c8c80c3afadeab012b0233e229a14d7b43b0
2   "name": "GLLocalNotiHelper",
3   "version": "0.0.2",
4   "summary": "Manage local notifications for ios.",
5   "description": "It is a GLLocalNotiHelper used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/GLLocalNotiHelper",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/GLLocalNotiHelper.git",
13     "tag": "0.0.2",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "dependencies": {
25     "MJExtension": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "GLLocalNotiHelper",
32       "source_files": "GLLocalNotiHelper/GLLocalNotiHelper/*.{h,m}",
33       "public_header_files": "GLLocalNotiHelper/GLLocalNotiHelper/*.h"
34     }
35   ]