blob: 7bf317742fb1f65e73ec68302753c7e89a1788f1 [file] [log] [blame]
{
"name": "VersionIntrospection",
"version": "0.2.0",
"summary": "Simple tool to expose versions of dependencies by parsing Podfile.lock",
"homepage": "https://github.com/clausweymann/VersionIntrospection",
"license": "MIT",
"authors": {
"Claus Weymann": "claus.weymann@sprylab.com"
},
"source": {
"git": "https://github.com/clausweymann/VersionIntrospection.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"ios": {
"resources": "Pod/Classes/ios/**/*.{xib}",
"dependencies": {
"TSMarkdownParser": [
"~> 1.0.18"
]
}
},
"osx": {
"exclude_files": "Pod/Classes/ios/**/*.*"
}
}