[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 6 / e / APNSUtil / 1.1.4 / APNSUtil.podspec.json
blob44ff8b0e260f436b87082b7bd6deda025f364efc
2   "name": "APNSUtil",
3   "version": "1.1.4",
4   "summary": "APNSUtil is makes code simple using apple push notification service.",
5   "description": "APNSUtil is makes code simple using apple push notification service.",
6   "homepage": "https://github.com/pisces/APNSUtil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pisces": "hh963103@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pisces/APNSUtil.git",
16     "tag": "1.1.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "ObjectMapper": [
23       "~> 3.1"
24     ]
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "APNSUtil/Classes/**/*"
31     },
32     {
33       "name": "AppExtension",
34       "source_files": "APNSUtil/Classes/**/*",
35       "pod_target_xcconfig": {
36         "OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
37       }
38     }
39   ]