blob: bc1e3690a9cdbf2740623ac745ba733622a59745 [file] [log] [blame]
{
"name": "Incito",
"version": "0.3",
"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.3"
},
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/**/Resources/**/*.strings"
],
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
],
"Cache": [
"~> 5.2"
]
}
}