{ | |
"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" | |
] | |
} | |
} |