blob: a72c0b06d06dabcb0501accbd7e609391ba7e08a [file] [log] [blame]
{
"name": "iOSTestTemplate",
"version": "0.0.1",
"summary": "A Test teamplate project.",
"description": "TODO: Template that can be included in any swift project",
"homepage": "https://bitbucket.org/rajesht1989/iostesttemplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rajesh": "rajesht1989@gmail.com"
},
"source": {
"git": "https://bitbucket.org/rajesht1989/iostesttemplate",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOSTestTemplate/Classes/**/*",
"frameworks": "UIKit"
}