blob: c1d9e85eba47ac82095bbe07dea3c34a24f6ac34 [file] [log] [blame]
{
"name": "Incito",
"version": "0.5",
"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",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source": {
"git": "https://github.com/shopgun/incito-ios.git",
"tag": "v0.5"
},
"source_files": "Sources/**/*.{swift,h,m}",
"resources": [
"Sources/**/Resources/**/*.strings"
],
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
],
"ShopGun-GenericGeometry": [
"~> 0.3"
],
"ShopGun-Future": [
"~> 0.3"
]
}
}