[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 0 / c / Moki / 1.0.0-alpha.6 / Moki.podspec.json
blobf81908ec11cfe86bb29d71ffd7cf37a42415ab76
2   "name": "Moki",
3   "version": "1.0.0-alpha.6",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "Integrate your application with Moki products.",
8   "description": "                    Using this SDK your application can integrate with [MokiManage](http://MokiManage.com/).\n                    This will help you monitor the applications environment like:\n                    * location\n                    * network connectivity\n                    * battery charge\n                    * memory usage\n                    * etc.\n                    \n                    This will also allow you to manage the settings of your application remotely.\n",
9   "homepage": "http://mokimobility.github.io/MokiManageSDK/",
10   "authors": {
11     "MokiMobility": "info@mokimobility.com"
12   },
13   "source": {
14     "git": "https://github.com/MokiMobility/MokiSDK.git",
15     "tag": "1.0.0-alpha.6"
16   },
17   "requires_arc": true,
18   "license": {
19     "type": "Apache",
20     "text": "\n\t\t\t\t\t\t\t\t\t\t\t<<-DESC\n\t\t\t\t\t\t\t\t\t\t\tLicensed under the Apache License, Version 2.0 (the \"License\")\n\n\t\t\t\t\t\t\t\t\t\t\tYou may only use this file in compliance with the license\n\n\t\t\t\t\t\t\t\t\t\t\tYou may obtain a copy of the License at\n\n\t\t\t\t\t\t\t\t\t\t\thttp://www.apache.org/licenses/LICENSE-2.0\n\n\t\t\t\t\t\t\t\t\t\t\tUnless required by applicable law or agreed to in writing, software\n\t\t\t\t\t\t\t\t\t\t\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\t\t\t\t\t\t\t\t\t\t\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\t\t\t\t\t\t\t\t\t\t\tSee the License for the specific language governing permissions and\n\t\t\t\t\t\t\t\t\t\t\tlimitations under the License.\n\n\t\t\t\t\t\t\t\t\t\t\tDESC \n\t\t\t\t\t\t\t\t\t\t\t"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Core/*.{h,m,c}",
26       "resources": "Core/*.crt",
27       "preserve_paths": "Core/libCore.a",
28       "vendored_libraries": "Core/libCore.a",
29       "libraries": "Core",
30       "frameworks": "SystemConfiguration",
31       "dependencies": {
32         "AFNetworking": [
33           "~> 2.2"
34         ],
35         "Reachability": [
36           "~> 3.1"
37         ]
38       }
39     },
40     {
41       "name": "Logging",
42       "source_files": "Logging/*.{h,m,c}",
43       "preserve_paths": "Logging/libLogging.a",
44       "vendored_libraries": "Logging/libLogging.a",
45       "libraries": "Logging",
46       "frameworks": "CoreTelephony",
47       "dependencies": {
48         "Moki/Core": [
50         ]
51       }
52     },
53     {
54       "name": "Security",
55       "source_files": "Security/*.{h,m,c}",
56       "preserve_paths": "Security/libSecurity.a",
57       "vendored_libraries": "Security/libSecurity.a",
58       "libraries": "Security",
59       "frameworks": "AVFoundation",
60       "dependencies": {
61         "Moki/Core": [
63         ],
64         "Moki/Logging": [
66         ]
67       }
68     },
69     {
70       "name": "Encryption",
71       "source_files": "Encryption/*.{h,m,c}",
72       "dependencies": {
73         "RNCryptor": [
74           "~> 2.2"
75         ],
76         "SSKeychain": [
77           "~> 1.2"
78         ]
79       }
80     }
81   ]