[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 9 / EPSignature / 1.0.2 / EPSignature.podspec.json
blob67f2bd922c8bae77aa9b362de58a71b4577ef62b
2   "name": "EPSignature",
3   "version": "1.0.2",
4   "summary": "Signature component for iOS in Swift",
5   "description": "Features\n1. User can draw the signature either by finger or by apple pencil\n2. Ability to save the signature as default signature\n3. Ability to load the saved signature\n4. Works on both orientations(portrait and landscape)\n5. Works on both iPhone and iPad\n6. Also can be embedded in any container view\n7. Can extract the signature as Image\n8. Draws smoothly",
6   "homepage": "https://github.com/ipraba/EPSignature",
7   "license": "MIT",
8   "authors": {
9     "Prabaharan": "mailprabaharan.e@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ipraba/EPSignature.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resources": [
21     "Pod/Classes/EPSignatureViewController.xib"
22   ]