blob: 75a80bd5be3649cb36b0358ebee19cf9f6ca2651 [file] [log] [blame]
{
"name": "XcoreExtensions",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"summary": "Cocoa Touch Extensions",
"homepage": "https://github.com/zmian/XcoreExtensions",
"authors": {
"Zeeshan Mian": "https://twitter.com/zmian"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zmian/XcoreExtensions.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift",
"frameworks": "AVFoundation",
"dependencies": {
"SDWebImage": [
"~> 3.7"
]
}
}