blob: e90258e29f8590f26d1928406ce27a3b1b7726c7 [file] [log] [blame]
{
"name": "MVITunesSearch",
"version": "1.0.1",
"summary": "Simple wrapper library for the iTunes Search API to search for apps by developer ID",
"homepage": "https://github.com/bizz84/MVITunesSearch",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrea Bizzotto": "bizz84@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizz84/MVITunesSearch.git",
"tag": "1.0.1"
},
"source_files": "MVITunesSearch/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
},
"screenshots": [
"https://github.com/bizz84/MVITunesSearch/raw/master/preview.png"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}