[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / a / WonderPushExtension / 4.0.0 / WonderPushExtension.podspec.json
blob799ab5c3e9f1264515ded529534d9be798cad090
2   "name": "WonderPushExtension",
3   "module_name": "WonderPushExtension",
4   "documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
5   "version": "4.0.0",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE.txt"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "summary": "Push notification library by WonderPush",
14   "description": "Push notifications iOS library by WonderPush - cross platform push notifications service. https://www.wonderpush.com",
15   "homepage": "https://www.wonderpush.com/",
16   "authors": {
17     "WonderPush": "contact@wonderpush.com"
18   },
19   "source": {
20     "git": "https://github.com/wonderpush/wonderpush-ios-sdk.git",
21     "tag": "v4.0.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": [
25     "Extension"
26   ],
27   "subspecs": [
28     {
29       "name": "Extension",
30       "source_files": [
31         "WonderPushExtension/Sources/*.{m,h}",
32         "WonderPush/Sources/WonderPush_constants.h",
33         "WonderPush/Sources/WPURLConstants.h",
34         "WonderPush/Sources/WPNSUtil.{h,m}",
35         "WonderPush/Sources/WPRequestSerializer.{h,m}",
36         "WonderPush/Sources/WPJsonUtil.{h,m}",
37         "WonderPush/Sources/WPMeasurementsApiClient.{h,m}",
38         "WonderPush/Sources/WPBasicApiClient.{h,m}",
39         "WonderPush/Sources/WPErrors.{h,m}",
40         "WonderPush/Sources/WPRequest.{h,m}",
41         "WonderPush/Sources/WPResponse.{h,m}",
42         "WonderPush/Sources/WPLog.{m,h}"
43       ]
44     }
45   ]