blob: 92d81bb443f7a97cf55f33d59507c8cdf4d3af16 [file] [log] [blame]
{
"name": "Xcore",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"summary": "Cocoa Touch Classes",
"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.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"XcoreExtensions": [
"~> 1.0"
]
}
}