[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / 0 / UIDeviceAddition / 1.0 / UIDeviceAddition.podspec.json
blobbebf705a1ee614fa20be87e969e8d607195b02ad
2   "name": "UIDeviceAddition",
3   "version": "1.0",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "Generates a unique identifier based on the mac address of the device in combination with the bundle identifier.",
8   "description": "Apple stopped supporting a unique identifier for iOS. This source code solves the problem. It generates a unique identifier based on the mac address of the device in combination with the bundle identifier.",
9   "homepage": "https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5",
10   "authors": "Georg Kitz",
11   "license": "MIT",
12   "source": {
13     "git": "https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5.git",
14     "tag": "v1.0"
15   },
16   "source_files": "Classes/*.{h,m}",
17   "requires_arc": false