[Add] Skillz 2024.1.23
[CocoaPods.git] / Specs / 7 / 0 / 3 / JMDynamicDeviceName / 0.9.1 / JMDynamicDeviceName.podspec.json
blob57c81df7612594335944dd9a001c58c07c784ea7
2   "name": "JMDynamicDeviceName",
3   "version": "0.9.1",
4   "summary": "JMDynamicDeviceName is a library to avoid application update for each new Apple devices.",
5   "description": "Each devices has a id (like \"iPad6,7\") when doing analytics it's more simple to manipulate real names (like \"iPad Pro (WiFi)\")\nIf you keep hard coded values your analytics is going to be a mix of device references and names.\nAnd it's my first Swift lib !",
6   "homepage": "https://github.com/leverdeterre/JMDynamicDeviceName",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jerome Morissard": "morissardj@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leverdeterre/JMDynamicDeviceName.git",
16     "tag": "0.9.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JMDynamicDeviceName/Classes/**/*",
22   "resource_bundles": {
23     "JMDynamicDeviceName": [
24       "JMDynamicDeviceName/Assets/*.json"
25     ]
26   },
27   "frameworks": "UIKit"