blob: 273697e4b371e7cb7ddf3d2ddadb69c7f0bac07d [file] [log] [blame]
{
"name": "CocoaEx",
"swift_version": "4.2",
"version": "0.1.0",
"summary": "A simple package of code for extensions on cocoa framework.",
"description": "To save time on development, here are some simple extensions for you to speed up you coding time. Simply import in anywhere in you codes and just use it.",
"homepage": "https://github.com/nicholaslck/CocoaEx.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Lau": "nicholaslck@gmail.com"
},
"source": {
"git": "https://github.com/nicholaslck/CocoaEx.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CocoaEx/Classes/**/*"
}