blob: fb320e09d2633ac359193cd594a7c260e11d2dde [file] [log] [blame]
{
"name": "Incito",
"version": "0.1",
"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_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source": {
"git": "https://github.com/shopgun/incito-ios.git",
"tag": "v0.1"
},
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/**/Resources/**/*.strings"
],
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
],
"Cache": [
"~> 5.2"
]
}
}