[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 0 / 3 / UXMTokenField / 0.0.1 / UXMTokenField.podspec.json
blobc5fd862b3c39e02ded33748a0c2917e4507a2581
2   "name": "UXMTokenField",
3   "version": "0.0.1",
4   "summary": "An easy-to-use token field with autocompletion",
5   "description": "Incorporate a token field for emails, user look up, etc easily without having to recreate autocompletion.",
6   "homepage": "https://github.com/uxmstudio/UXMTokenField",
7   "license": "MIT",
8   "authors": {
9     "Chris Anderson": "chris@uxmstudio.com"
10   },
11   "source": {
12     "git": "https://github.com/uxmstudio/UXMTokenField.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "UXMTokenField/Classes/**/*",
20   "resource_bundles": {
21     "UXMTokenField": [
22       "UXMTokenField/Assets/*.png"
23     ]
24   }