blob: 275e5c3a9d2d52ddace09681a60077e21cc5cfd0 [file] [log] [blame]
{
"name": "ELFramework",
"version": "0.2.5",
"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.",
"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.2.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ELFramework/Classes/**/*",
"frameworks": [
"UIKit",
"Speech",
"AVFoundation"
],
"pushed_with_swift_version": "3.0"
}