blob: 89cbfd7c0883e0385801a5218e29c40241214f9d [file] [log] [blame]
{
"name": "MNSJiraRESTClient",
"version": "1.1.11",
"summary": "Facilites access to JIRA REST API",
"homepage": "http://www.medianet.es",
"license": "GNU",
"authors": {
"MediaNet": "comercial@medianet.es"
},
"source": {
"git": "https://github.com/medianetsoftware/MNSJiraRESTClient.git",
"tag": "1.1.11"
},
"social_media_url": "http://www.medianet.es",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"MNSJiraRESTClient/*.{h,m}",
"MNSJiraRESTClient/**/*.{h,m}"
],
"public_header_files": [
"MNSJiraRESTClient/**/*.h",
"MNSJiraRESTClient/*.h"
],
"prefix_header_file": "MNSJiraRESTClient/MNSJiraRESTClient-Prefix.pch",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}