[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / a / 6 / InAppSettingsKit / 3.1.8 / InAppSettingsKit.podspec.json
blob1b87e6b439c3175e531fc724bd5999612300a1f4
2   "name": "InAppSettingsKit",
3   "version": "3.1.8",
4   "summary": "This iPhone framework allows settings to be in-app in addition to being in the Settings app.",
5   "description": "InAppSettingsKit (IASK) is an open source solution to easily add in-app settings to your iPhone apps. Normally iOS apps use the Settings.bundle resource to make app's settings to be present in \"Settings\" app. InAppSettingsKit takes advantage of the same bundle and allows you to present the same settings screen within your app - in addition or instead of in the Settings app. For in-app settings, IASK offers a large number of additional configuration options.",
6   "authors": {
7     "Ortwin Gentz": "http://www.futuretap.com",
8     "Luc Vandal": "http://edovia.com/company/#contact_form"
9   },
10   "social_media_url": "https://twitter.com/IASettingsKit",
11   "homepage": "https://github.com/futuretap/InAppSettingsKit",
12   "license": {
13     "type": "BSD",
14     "file": "LICENSE"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/futuretap/InAppSettingsKit.git",
19     "branch": "master",
20     "tag": "3.1.8"
21   },
22   "resource_bundles": {
23     "InAppSettingsKit": "InAppSettingsKit/Resources/*"
24   },
25   "source_files": "InAppSettingsKit/**/*.{h,m}",
26   "exclude_files": [
27     "InAppSettingsKit/include/**"
28   ],
29   "frameworks": [
30     "MessageUI",
31     "UIKit"
32   ],
33   "platforms": {
34     "ios": "9.0"
35   }