blob: a360963c8e1d88962780490d849468f0eec27d52 [file] [log] [blame]
{
"name": "CloudMine",
"version": "1.7.3",
"summary": "The iOS Framework for interacting with the CloudMine platform.",
"homepage": "https://cloudmine.me/docs/ios/reference",
"license": "MIT",
"authors": {
"CloudMine": "support@cloudmine.me"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/cloudmine/cloudmine-ios.git",
"tag": "v1.7.3"
},
"source_files": "ios/ios/src/**/*.{h,m}",
"exclude_files": [
"NSString+UUID.h",
"NSURL+QueryParameterAdditions.h",
"CMObject+Private.h",
"CMObjectClassNameRegistry.h"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"MobileCoreServices",
"SystemConfiguration",
"CFNetwork",
"Foundation",
"CoreFoundation",
"CoreLocation",
"Social",
"Accounts"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"AFNetworking": [
"~> 2.4.1"
],
"MAObjCRuntime": [
"~> 0.0.1"
]
},
"prefix_header_contents": [
"#import <SystemConfiguration/SystemConfiguration.h>",
"#import <MobileCoreServices/MobileCoreServices.h>"
]
}