blob: a2be48df1d8c8da7cc29654fbedb9ab72775b939 [file] [log] [blame]
{
"name": "FlipSnap",
"version": "0.2.1",
"platforms": {
"ios": "11.0"
},
"preserve_paths": "FlipSnap/**/*.*",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"summary": "An image processing library for real time video effects called FlipSnap.",
"description": "FlipSnap is a framework for implementing algorithmic real time video effects for iOS. It's written in Objective C so it can be implmeneted on both the Swift and Objective C platforms. Video effects are currently video and image compositing through Depth and Color Spatial analysis.",
"homepage": "https://github.com/WhisteoCorp/FlipSnap-Library-Cocoapods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"robnewport": "rob@flipsnap.me"
},
"source": {
"git": "https://github.com/WhisteoCorp/FlipSnap-Library-Cocoapods.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/flipsnapapp",
"source_files": "FlipSnap/Classes/**/*",
"vendored_libraries": "FlipSnap/libFlipSnapLibrary.a",
"public_header_files": "FlipSnap/Classes/*.h",
"resource_bundles": {
"FlipSnap": [
"FlipSnap/Assets/*.jpg",
"FlipSnap/Assets/*.png"
]
},
"frameworks": "UIKit"
}