blob: 92c1da4e3f2a09f1d19d19d513f9561ae0df9586 [file] [log] [blame]
{
"name": "Sprint",
"version": "0.1.0-beta",
"summary": "A swift port of the famous Javascript lodash library",
"description": "Sprint is port of the famous Javascript library lodash. Although a port of the lodash utility library it will\nonly have swift paradigms for similar use cases found in lodash",
"homepage": "https://github.com/sybarite/Sprint",
"license": "MIT",
"authors": {
"Vivek Gounder": "vivekgounder@gmail.com"
},
"source": {
"git": "https://github.com/sybarite/Sprint.git",
"tag": "0.1.0-beta"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Sprint": [
"Pod/Assets/*.png"
]
}
}