blob: af0299996b01f63587b5a2012f9c26a748a64ad1 [file] [log] [blame]
{
"name": "LeftPad",
"version": "0.1.0",
"summary": "Swift implementation of the famous npm left-pad (http://left-pad.io/) module",
"description": "Swift implementation of the famous npm [left-pad]((http://left-pad.io/)) module",
"homepage": "https://github.com/oarrabi/LeftPad",
"license": "MIT",
"authors": {
"Omar Abdelhafith": "o.arrabi@me.com"
},
"source": {
"git": "https://github.com/oarrabi/LeftPad.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ifnottrue",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LeftPad": [
"Pod/Assets/*.png"
]
}
}