blob: 856cc3dcbc778aa006ace467e8fb3f17c75b5ec1 [file] [log] [blame]
{
"name": "AnnotationNavigator",
"version": "0.0.1",
"summary": "AnnotationNavigator for iOS Swift project",
"description": "AnnotationNavigator for iOS Swift project, auto code generator for Swift language.",
"homepage": "https://github.com/seanxux/AnnotationNavigator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seanxu": "xiaotengxu@gmail.com"
},
"source": {
"git": "https://github.com/seanxux/AnnotationNavigator.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/**/*.stencil"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Sourcery": [
"~> 0.14.0"
],
"URLNavigator": [
"~> 2.0.6"
]
},
"swift_version": "4.2"
}