[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 3 / f / iOS-Check-Permission / 0.1.0 / iOS-Check-Permission.podspec.json
blob344cd60ede448597178758cbff1bb28027308239
2   "name": "iOS-Check-Permission",
3   "version": "0.1.0",
4   "summary": "Permits the user request for permission access the iOS (Calendar , Reminder, Gallery and Location)",
5   "description": "**iOS Check Permissions**\n\nOffer a set of methods to solicit the use of operating system resources (iOS),\nthrough the permissions to authorize the use of resources such as:\n\n- Camera\n- Gallery\n- Reminder\n- Location\n\nSee more on Youtube video:\n\n- https://www.youtube.com/watch?v=JxdlaEp6dC0",
6   "homepage": "https://github.com/douglasddf/iOS-Check-Permission",
7   "license": "MIT",
8   "authors": {
9     "Douglas Frari": "douglas.frari@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/douglasddf/iOS-Check-Permission.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/douglasddf",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "iOSCheckPermission": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "CoreLocation",
30     "AVFoundation",
31     "AssetsLibrary",
32     "EventKit",
33     "Foundation"
34   ]