[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / b / e / Bolt / 0.1.0 / Bolt.podspec.json
blob4e40d5162a9713f26dbbb560f864d6c7780b6815
2   "name": "Bolt",
3   "version": "0.1.0",
4   "summary": "Bolt iOS payment SDK.",
5   "description": "Bolt SDK is written in swift to integrate Bolt checkout experience into your app.",
6   "homepage": "https://bolt.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bolt": "bolt@bolt.com"
13   },
14   "source": {
15     "git": "https://github.com/BoltApp/bolt-ios.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Bolt/Classes/**/*",
23   "resources": [
24     "Bolt/Html/*",
25     "Bolt/JS/*"
26   ],
27   "resource_bundles": {
28     "Bolt": [
29       "Bolt/Html/*",
30       "Bolt/JS/*"
31     ]
32   },
33   "dependencies": {
34     "Swifter": [
35       "~> 1.4.5"
36     ]
37   }