blob: 3180076edf7b67037ca9a9de72da4cb4b62d20ce [file] [log] [blame]
{
"name": "iHasApp",
"version": "2.2.0",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "The iHasApp iOS Framework allows you to detect installed apps on a user's device.",
"homepage": "https://github.com/danielamitay/iHasApp",
"authors": {
"Daniel Amitay": "hello@danielamitay.com"
},
"source": {
"git": "https://github.com/danielamitay/iHasApp.git",
"tag": "2.2.0"
},
"description": "The iHasApp iOS Framework allows you to detect installed apps on a user's device. Detection results can be in the form of an array of detected appIds, or an array of appDictionaries from the iTunes Search API.",
"source_files": "iHasApp/*.{h,m}",
"resources": "iHasApp/schemeApps.json",
"requires_arc": true
}