blob: fe7517045c764395bc0ed7c85b7004622a2492d3 [file] [log] [blame]
{
"name": "Cloudinary",
"version": "2.0.1",
"summary": "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.",
"description": "Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software.\nIntegrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements.\nImages are seamlessly delivered through a fast CDN, and much much more.\nCloudinary offers comprehensive APIs and administration capabilities and is easy to integrate with any web application, existing or new.\nCloudinary provides URL and HTTP based APIs that can be easily integrated with any Web development framework.",
"homepage": "http://cloudinary.com",
"license": "MIT",
"authors": {
"Cloudinary": "info@cloudinary.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/cloudinary/cloudinary_ios.git",
"tag": "2.0.1"
},
"dependencies": {
"Alamofire": [
"~> 4.1"
]
},
"prepare_command": "swift ./CLDCrypto/GenerateCLDCryptoModule.swift iphonesimulator .\nswift ./CLDCrypto/GenerateCLDCryptoModule.swift iphoneos .",
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "Cloudinary/**/*.swift",
"exclude_files": "Cloudinary/Frameworks/Alamofire/**/*",
"preserve_paths": "Cloudinary/Frameworks/CLDCrypto",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Cloudinary/Cloudinary/Frameworks/CLDCrypto/$(PLATFORM_NAME) ./Cloudinary/Frameworks/CLDCrypto/$(PLATFORM_NAME)",
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Cloudinary/Cloudinary/Frameworks/CLDCrypto/$(PLATFORM_NAME) ./Cloudinary/Frameworks/CLDCrypto/$(PLATFORM_NAME)"
},
"pushed_with_swift_version": "3.0"
}