[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 2.0.2 / Stripe.podspec.json
blob6f0f553f77b7ae79330f2ca5b3b4b8ce3e2e9ef8
2   "name": "Stripe",
3   "version": "2.0.2",
4   "summary": "Stripe is a web-based API for accepting payments online.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://stripe.com",
10   "authors": {
11     "Jack Flintermann": "jack@stripe.com"
12   },
13   "source": {
14     "git": "https://github.com/stripe/stripe-ios.git",
15     "tag": "v2.0.2"
16   },
17   "source_files": "Stripe/*.{h,m}",
18   "public_header_files": "Stripe/*.h",
19   "platforms": {
20     "ios": "5.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "Security"
25   ],
26   "weak_frameworks": "PassKit",
27   "requires_arc": true