[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / 4 / CloudipspOptical / 0.1.2 / CloudipspOptical.podspec.json
blob4247180e31ab69a1e738f8154884de559edb6c11
2   "name": "CloudipspOptical",
3   "version": "0.1.2",
4   "summary": "Library for accepting payments directly from iOS application's clients with support for scanning the card number.",
5   "homepage": "https://github.com/cloudipsp/CloudipspOptical",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maxim Kozenko": "max.dnu@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/cloudipsp/CloudipspOptical.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "CloudipspOptical/Classes/**/*",
22   "public_header_files": "CloudipspOptical/Classes/**/*.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Cloudipsp": [
27     ],
28     "CardIO": [
30     ]
31   },
32   "pod_target_xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/CardIO",
34     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
35   }