[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / b / 2 / CloudMine / 1.6.2 / CloudMine.podspec.json
blob4819dcfe5cf6784b4209c9faeee47a6d27bec3c7
2   "name": "CloudMine",
3   "version": "1.6.2",
4   "summary": "The iOS Framework for interacting with the CloudMine platform.",
5   "homepage": "https://cloudmine.me/docs/ios/reference",
6   "license": "MIT",
7   "authors": {
8     "CloudMine": "support@cloudmine.me"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/cloudmine/cloudmine-ios.git",
15     "tag": "v1.6.2"
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   ],
24   "frameworks": [
25     "UIKit",
26     "CoreGraphics",
27     "MobileCoreServices",
28     "SystemConfiguration",
29     "CFNetwork",
30     "Foundation",
31     "CoreFoundation",
32     "CoreLocation"
33   ],
34   "libraries": "z",
35   "requires_arc": true,
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-ObjC"
38   },
39   "dependencies": {
40     "AFNetworking": [
41       "~> 1.3.3"
42     ],
43     "MAObjCRuntime": [
44       "~> 0.0.1"
45     ]
46   },
47   "prefix_header_contents": [
48     "#import <SystemConfiguration/SystemConfiguration.h>",
49     "#import <MobileCoreServices/MobileCoreServices.h>"
50   ]