[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 2 / CloudMine / 1.7.15 / CloudMine.podspec.json
blobbf2831de2a8df4b1c172fb73688ac7235d3bb72f
2   "name": "CloudMine",
3   "version": "1.7.15",
4   "summary": "The iOS Framework for interacting with CloudMine.",
5   "homepage": "https://cloudmine.io/docs/#/ios",
6   "license": "MIT",
7   "authors": {
8     "CloudMine": "support@cloudmineinc.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/cloudmine/CloudMineSDK-iOS.git",
15     "tag": "1.7.15"
16   },
17   "source_files": "ios/ios/src/**/*.{h,m}",
18   "exclude_files": [
19     "CMLegacyCacheCleaner.h",
20     "NSString+UUID.h",
21     "NSURL+QueryParameterAdditions.h",
22     "CMObject+Private.h",
23     "CMObjectClassNameRegistry.h",
24     "MARTNSObject.{h,m}",
25     "RT*.{h,m}"
26   ],
27   "frameworks": [
28     "UIKit",
29     "CoreGraphics",
30     "MobileCoreServices",
31     "SystemConfiguration",
32     "CFNetwork",
33     "Foundation",
34     "CoreFoundation",
35     "CoreLocation",
36     "Social",
37     "Accounts"
38   ],
39   "libraries": "z",
40   "requires_arc": true,
41   "xcconfig": {
42     "OTHER_LDFLAGS": "-ObjC"
43   },
44   "dependencies": {
45     "AFNetworking": [
46       "~> 2.6.3"
47     ]
48   },
49   "prefix_header_contents": [
50     "#import <SystemConfiguration/SystemConfiguration.h>",
51     "#import <MobileCoreServices/MobileCoreServices.h>"
52   ],
53   "subspecs": [
54     {
55       "name": "no-arc",
56       "requires_arc": false,
57       "source_files": [
58         "ios/ios/src/**/MARTNSObject*.{h,m}",
59         "ios/ios/src/**/RT*.{h,m}"
60       ]
61     }
62   ]