blob: 1ff6e09ccd24d80e533e0354f83723b429b90817 [file] [log] [blame]
{
"name": "ELFramework",
"version": "0.1.0",
"summary": "ELFramework is an extra layer of implementation for standard tasks.",
"description": "A simpler, easier and quiker way to do some of the standard tasks in iOS development like doing http requests, parsing text with regular expressions and much more. You may find a lot of the implementation is coming from C++11 just to gain performance.",
"homepage": "https://github.com/omarshariffathi/ELFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"omarshariffathi": "omarshariffathi@hotmail.com"
},
"source": {
"git": "https://github.com/omarshariffathi/ELFramework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ELFramework/Classes/**/*",
"pushed_with_swift_version": "3.0"
}