blob: 1f543e50dc189f34a6e796c8693d45bf447f172f [file] [log] [blame]
{
"name": "Xcore",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"summary": "Cocoa Touch Classes + Extensions",
"homepage": "https://github.com/zmian/xcore.swift",
"authors": {
"Zeeshan Mian": "https://twitter.com/zmian"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zmian/xcore.swift.git",
"tag": "1.0.1"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"SDWebImage": [
"~> 3.7"
]
}
}