blob: c07c4950007637db7c684d2d706227472a69ab59 [file] [log] [blame]
{
"name": "Incito",
"version": "0.8",
"summary": "Incito viewer for iOS.",
"description": "A library for loading and viewing Incito-format documents.",
"homepage": "https://github.com/shopgun/incito-ios",
"license": "MIT",
"authors": "ShopGun",
"social_media_url": "http://twitter.com/ShopGun",
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.0.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source": {
"git": "https://github.com/shopgun/incito-ios.git",
"tag": "v0.8"
},
"source_files": "Sources/**/*.{swift,h,m}",
"resources": [
"Sources/**/Resources/**/*.strings"
],
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
],
"ShopGun-GenericGeometry": [
"~> 0.3"
],
"ShopGun-Future": [
"~> 0.3"
]
},
"swift_version": "5.0.1"
}