blob: f74c0576c9d30d93f9b87aa0df766033e2e7f25f [file] [log] [blame]
{
"name": "JiraConnector",
"version": "0.123",
"license": "MIT",
"summary": "JiraConnector for iOS",
"homepage": "https://github.com/adurbalo/JiraConnector",
"authors": "Andrey Durbalo",
"source": {
"git": "https://github.com/adurbalo/JiraConnector.git",
"tag": "0.123",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "JiraConnector/JiraConnectorSource/**/*.{h,m}",
"resources": "JiraConnector/JiraConnectorSource/**/*.{xib}",
"dependencies": {
"AFNetworking": [
],
"Mantle": [
]
}
}