[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 7 / c / accepton / 0.2.13 / accepton.podspec.json
blobec9686a2c7d715b3328decf5fc4e3d64b6771975
2   "name": "accepton",
3   "version": "0.2.13",
4   "summary": "Beautiful payment processing for iOS",
5   "description": "A swift library for processing payments through the AcceptOn API which elegantly unifies many payment providers including PayPal, Stripe, and ApplePay. This library provides you with powerful flexibility and ease-of-use by offering both beautiful pre-made payment views and access to the well-engineered low-level primitives for those wanting to have tighter integration into their applications.",
6   "homepage": "http://accepton.com",
7   "license": "MIT",
8   "authors": {
9     "seo": "seotownsend@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/accepton/accepton-apple.git",
13     "tag": "0.2.13"
14   },
15   "social_media_url": "https://twitter.com/acceptonhq",
16   "platforms": {
17     "ios": "8.3"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Vendor/Paypal/*.h",
22     "Pod/Vendor/CHRTextFieldFormatter/**/*",
23     "Pod/Classes/**/*",
24     "Pod/Vendor/BUYPaymentButton/**/*",
25     "Pod/Vendor/Snapkit/**/*"
26   ],
27   "resource_bundles": {
28     "accepton": [
29       "Pod/Assets/*"
30     ]
31   },
32   "public_header_files": [
33     "Pod/Vendor/Paypal/*.h",
34     "Pod/Vendor/CHRTextFieldFormatter/*.h",
35     "Pod/Vendor/BUYPaymentButton/*.h"
36   ],
37   "dependencies": {
38     "Alamofire": [
39       "~> 3.0"
40     ],
41     "Stripe": [
43     ],
44     "Braintree": [
46     ]
47   },
48   "weak_frameworks": [
49     "SystemConfiguration",
50     "MobileCoreServices",
51     "MessageUI",
52     "CoreLocation",
53     "Accelerate",
54     "PassKit"
55   ],
56   "vendored_libraries": "Pod/Vendor/Paypal/libPayPalMobile.a",
57   "pod_target_xcconfig": {
58     "OTHER_LDFLAGS": "-ObjC",
59     "LIBRARY_SEARCH_PATHS": "${SRCROOT}/**",
60     "USER_HEADER_SEARCH_PATHS": "${SRCROOT}/**"
61   }