[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / e / 4 / 3 / MNSJiraRESTClient / 1.1.3 / MNSJiraRESTClient.podspec.json
blob49bcecea45d2d5a57b7719d49d2ce0b55bd24172
2   "name": "MNSJiraRESTClient",
3   "version": "1.1.3",
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.3"
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   }