[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 3 / LeftPad / 0.1.0 / LeftPad.podspec.json
blobaf0299996b01f63587b5a2012f9c26a748a64ad1
2   "name": "LeftPad",
3   "version": "0.1.0",
4   "summary": "Swift implementation of the famous npm left-pad (http://left-pad.io/) module",
5   "description": "Swift implementation of the famous npm [left-pad]((http://left-pad.io/)) module",
6   "homepage": "https://github.com/oarrabi/LeftPad",
7   "license": "MIT",
8   "authors": {
9     "Omar Abdelhafith": "o.arrabi@me.com"
10   },
11   "source": {
12     "git": "https://github.com/oarrabi/LeftPad.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/ifnottrue",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "LeftPad": [
23       "Pod/Assets/*.png"
24     ]
25   }