[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / 2 / CloudMine / 1.7.1 / CloudMine.podspec.json
blobfa9cff4854cdf4553b583f105639bf27a2f780c1
2   "name": "CloudMine",
3   "version": "1.7.1",
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.7.1"
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     "Social",
34     "Accounts"
35   ],
36   "libraries": "z",
37   "requires_arc": true,
38   "xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC"
40   },
41   "dependencies": {
42     "AFNetworking": [
43       "~> 2.3"
44     ],
45     "MAObjCRuntime": [
46       "~> 0.0.1"
47     ]
48   },
49   "prefix_header_contents": [
50     "#import <SystemConfiguration/SystemConfiguration.h>",
51     "#import <MobileCoreServices/MobileCoreServices.h>"
52   ]