[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 2 / CloudMine / 1.7.13 / CloudMine.podspec.json
blob44acb46605980dffe03f0d4561c972dcd9019819
2   "name": "CloudMine",
3   "version": "1.7.13",
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.13"
16   },
17   "source_files": "ios/ios/src/**/*.{h,m}",
18   "exclude_files": [
19     "NSString+UUID.h",
20     "NSURL+QueryParameterAdditions.h",
21     "CMObject+Private.h",
22     "CMObjectClassNameRegistry.h",
23     "MARTNSObject.{h,m}",
24     "RT*.{h,m}"
25   ],
26   "frameworks": [
27     "UIKit",
28     "CoreGraphics",
29     "MobileCoreServices",
30     "SystemConfiguration",
31     "CFNetwork",
32     "Foundation",
33     "CoreFoundation",
34     "CoreLocation",
35     "Social",
36     "Accounts"
37   ],
38   "libraries": "z",
39   "requires_arc": true,
40   "xcconfig": {
41     "OTHER_LDFLAGS": "-ObjC"
42   },
43   "dependencies": {
44     "AFNetworking": [
45       "~> 2.6.3"
46     ]
47   },
48   "prefix_header_contents": [
49     "#import <SystemConfiguration/SystemConfiguration.h>",
50     "#import <MobileCoreServices/MobileCoreServices.h>"
51   ],
52   "subspecs": [
53     {
54       "name": "no-arc",
55       "requires_arc": false,
56       "source_files": [
57         "ios/ios/src/**/MARTNSObject*.{h,m}",
58         "ios/ios/src/**/RT*.{h,m}"
59       ]
60     }
61   ]