blob: 3b611c7780f58ca50e13a1aafa55ed304968458c [file] [log] [blame]
{
"name": "MultiProductViewer",
"version": "0.0.1",
"license": "MIT",
"homepage": "https://github.com/thoughtbot/MultiProductViewer",
"summary": "In an iOS app, present a listing of other apps to users",
"description": "MultiProductViewer implements a GUI for displaying multiple App Store products in a scrolling list. By tapping on a product, the user is taken to a page where they can see more info about the app and purchase it, using SKStoreProductViewController.\n",
"authors": [
"Jack Nutting",
"thoughtbot"
],
"social_media_url": "http://twitter.com/thoughtbot",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/thoughtbot/MultiProductViewer.git",
"tag": "0.0.1"
},
"source_files": "MultiProductViewer/TBTMultiProductViewController/*.{h,m}",
"resources": [
"MultiProductViewer/TBTMultiProductImages.xcassets",
"MultiProductViewer/TBTMultiProductViewController/*.xib"
],
"requires_arc": true
}