[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 4 / 1 / e / Pay360Payments / 2.0.0 / Pay360Payments.podspec.json
bloba4df1abefe004e0978d91e2680250c96475db9ab
2   "name": "Pay360Payments",
3   "version": "2.0.0",
4   "summary": "Pay360 IOS SDK",
5   "description": "# Pay360 IOS SDK\nPayments SDK For the Pay360 Payment service for use with IOS apps",
6   "homepage": "https://github.com/pay360/mobilesdk-ios",
7   "screenshots": [
8     "www.example.com/screenshots_1",
9     "www.example.com/screenshots_2"
10   ],
11   "license": {
12     "type": "Apache License, Version 2.0",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Pay360": "pay360completesupport@capita.co.uk"
17   },
18   "source": {
19     "git": "https://github.com/pay360/mobilesdk-ios.git",
20     "tag": "2.0.0"
21   },
22   "platforms": {
23     "ios": "7.0"
24   },
25   "requires_arc": true,
26   "source_files": [
27     "Pay360SDK/*.[mh]",
28     "Pay360SDK/*.h",
29     "Pay360SDK/Public/*.h"
30   ],
31   "resource_bundles": {
32     "Pay360Payments": [
33       "Pay360Resources/*",
34       "Pay360Library/PPOWebViewController.xib",
35       "Framework/Info.plist"
36     ]
37   },
38   "public_header_files": [
39     "Pay360SDK/Public/*.h"
40   ],
41   "frameworks": [
42     "UIKit",
43     "SystemConfiguration",
44     "CoreGraphics"
45   ]