blob: 024c24669d9446843bc93cb6c2029503874f75a0 [file] [log] [blame]
{
"name": "Choosy",
"version": "0.5.4",
"summary": "Effortlessly enable choosing of apps for external actions like browsing, emailing, tweeting, etc.",
"homepage": "http://choosy.substantial.com",
"source": {
"git": "https://github.com/substantial/choosy.git",
"tag": "0.5.4"
},
"documentation_url": "https://github.com/substantial/choosy/blob/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Novosad": "alexn@substantial.com"
},
"social_media_url": "https://twitter.com/choosyios",
"description": " Choosy lets you write short, app-agnostic code to execute external actions \n such as showing Twitter profiles, opening web links, displaying directions, \n composing an email message, etc. \n\n Your users will love being able to jump from one favorite app to another, \n and your app will stand out for them as the one that gives them the freedom of choice. \n",
"screenshots": [
"https://farm6.staticflickr.com/5321/14140880604_905415ed34_o.png",
"https://farm3.staticflickr.com/2917/13953998699_0e885b9b71_o.png",
"https://farm6.staticflickr.com/5463/14140880564_4232e87bc8_o.png"
],
"platforms": {
"ios": "7.0"
},
"source_files": [
"Choosy",
"Choosy/**/*.{h,m}",
"Choosy/*.{h,m}"
],
"resource_bundles": {
"ChoosyResources": "Choosy/Resources/*"
},
"requires_arc": true,
"dependencies": {
"Mantle": [
"< 2.0"
]
}
}