blob: 17303a6a793e2ee2c9a00f9e6b453a785d1059d2 [file] [log] [blame]
{
"name": "scswift",
"version": "0.1.0",
"summary": "It is just a library to reduce the time cost of a Swift ios developmento project.",
"description": "I do have a huge library with Obj-c. But i am porting this code for Swift. Here we do have a lot of facilities that may help in any iOS project.",
"homepage": "https://softctrl.github.io/scswift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"carlostimoshenkorodrigueslopes@gmail.com": "carlostimoshenkorodrigueslopes@gmail.com"
},
"source": {
"git": "https://github.com/softctrl/scswift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "scswift/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 2.8.3"
],
"XCGLogger": [
"~> 5.0.1"
],
"PopupDialog": [
"~> 0.5.4"
],
"Socket.IO-Client-Swift": [
"~> 8.3.0"
]
},
"pushed_with_swift_version": "3.1"
}