[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 6 / Choosy / 0.5 / Choosy.podspec.json
blob1a0acbadf19ede27f0c1c63c7b25994ace932fda
2   "name": "Choosy",
3   "version": "0.5",
4   "summary": "Elegantly enables choosing of apps for external actions like browsing, emailing, tweeting, etc.",
5   "homepage": "http://substantial.github.io/choosy",
6   "source": {
7     "git": "https://github.com/substantial/choosy.git",
8     "tag": "0.5"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Alex Novosad": "alexn@substantial.com"
16   },
17   "social_media_url": "http://twitter.com/substantial",
18   "description": "                   Provides a UI as well as hooks for you to create your own UI \n                   to let people select which apps to use for various actions. \n\n                   Lists of various URL schemes supported by apps are currently stored in JSON files on Github, \n                   feel free to submit a pull request with your own app's info.\n",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": [
23     "Choosy",
24     "Choosy/**/*.{h,m}",
25     "Choosy/*.{h,m}"
26   ],
27   "resource_bundles": {
28     "ChoosyResources": "Choosy/BuiltInApps/*"
29   },
30   "requires_arc": true