[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / a / ISHPermissionKit / 0.7.0 / ISHPermissionKit.podspec.json
blob9600fb28a955c1ba0abe5ea4f2c0f60b8f3474c4
2   "name": "ISHPermissionKit",
3   "version": "0.7.0",
4   "summary": "A unified way for iOS apps to request user permissions.",
5   "description": "This framework provides a unified way of asking for user permissions on iOS. It also \n                    provides UI to explain the permission requirements before presenting the user with the \n                    system permission dialogue. This allows the developer to postpone the system dialogue. The framework \n                    provides no actual chrome, leaving the developer and designer in charge of creating the views.",
6   "homepage": "https://github.com/iosphere/ISHPermissionKit.git",
7   "screenshots": "https://raw.githubusercontent.com/iosphere/ISHPermissionKit/master/demo.gif",
8   "license": "New BSD",
9   "authors": {
10     "Felix Lamouroux": "felix@iosphere.de"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/iosphere/ISHPermissionKit.git",
17     "tag": "0.7.0"
18   },
19   "source_files": [
20     "ISHPermissionKit",
21     "ISHPermissionKit/**/*.{h,m}"
22   ],
23   "requires_arc": true,
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   }