[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / c / AQMBundledUser / 0.0.1 / AQMBundledUser.podspec.json
blob709ea5f24a536ec0103440d30a6ff8292e11b59a
2   "name": "AQMBundledUser",
3   "version": "0.0.1",
4   "summary": "User token and secret key tied to each installation.",
5   "description": "Generate secure secret key and user token UUID for each installation.",
6   "homepage": "https://github.com/AQAquamarine/AQMBundledUser",
7   "license": "MIT",
8   "authors": {
9     "Aquamarine": "lied.der.optik@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AQAquamarine/AQMBundledUser.git",
13     "tag": "v0.0.1"
14   },
15   "source_files": "Classes/**/*.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "dependencies": {
21     "LUKeychainAccess": [
22       "~> 1.2"
23     ],
24     "AQMSecureRandom": [
25       "0.0.2"
26     ]
27   }