[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / e / 4 / 3 / MNSJiraRESTClient / 1.1.9 / MNSJiraRESTClient.podspec.json
blob562678f5ed802316e54fb0c766f526bdb273ee5e
2   "name": "MNSJiraRESTClient",
3   "version": "1.1.9",
4   "summary": "Facilites access to JIRA REST API",
5   "homepage": "http://www.medianet.es",
6   "license": "GNU",
7   "authors": {
8     "MediaNet": "comercial@medianet.es"
9   },
10   "source": {
11     "git": "https://github.com/medianetsoftware/MNSJiraRESTClient.git",
12     "tag": "1.1.9"
13   },
14   "social_media_url": "http://www.medianet.es",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "MNSJiraRESTClient/*.{h,m}",
21     "MNSJiraRESTClient/**/*.{h,m}"
22   ],
23   "public_header_files": [
24     "MNSJiraRESTClient/**/*.h",
25     "MNSJiraRESTClient/*.h"
26   ],
27   "prefix_header_file": "MNSJiraRESTClient/MNSJiraRESTClient-Prefix.pch",
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ]
32   }