[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 5 / Malcom / 2.0.3 / Malcom.podspec.json
blobcef311a244dd4ff3985a0e7cce6dcc222e96ec27
2   "name": "Malcom",
3   "version": "2.0.3",
4   "license": "Apache License, Version 2.0",
5   "summary": "A delightful iOS statistics and push notifications framework.",
6   "homepage": "https://github.com/MyMalcom",
7   "authors": {
8     "Malcom": "support@malcom.com"
9   },
10   "source": {
11     "git": "https://github.com/MyMalcom/malcom-lib-ios.git",
12     "tag": "2.0.3"
13   },
14   "requires_arc": false,
15   "source_files": [
16     "Libraries/source/lib/Addons/**/*.{h,m,c}",
17     "Libraries/source/lib/External/**/*.{h,m,c}",
18     "Libraries/source/lib/MCMLib/src/MCMCampaigns/**/*.{h,m,c}",
19     "Libraries/source/lib/MCMLib/src/MCMConfig/**/*.{h,m,c}",
20     "Libraries/source/lib/MCMLib/src/MCMCore/**/*.{h,m,c}",
21     "Libraries/source/lib/MCMLib/src/MCMNotifications/**/*.{h,m,c}",
22     "Libraries/source/lib/MCMLib/src/MCMStats/**/*.{h,m,c}",
23     "Libraries/source/lib/MCMLib/src/MCMLib.h"
24   ],
25   "platforms": {
26     "ios": "5.0"
27   },
28   "frameworks": [
29     "MobileCoreServices",
30     "SystemConfiguration",
31     "MediaPlayer",
32     "AVFoundation",
33     "CFNetwork",
34     "MobileCoreServices",
35     "QuartzCore",
36     "CoreTelephony",
37     "CoreLocation",
38     "AudioToolbox",
39     "MessageUI",
40     "CoreGraphics",
41     "StoreKit",
42     "Security",
43     "AdSupport",
44     "ImageIO"
45   ],
46   "libraries": "z",
47   "xcconfig": {
48     "OTHER_LDFLAGS": "-ObjC -all_load",
49     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Malcom\"/**"
50   }