[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / a / 6 / InAppSettingsKit / 3.1.3 / InAppSettingsKit.podspec.json
blob394c7a34632e88060cd7023d7c37672740f3b1fc
2   "name": "InAppSettingsKit",
3   "version": "3.1.3",
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.3"
21   },
22   "resource_bundles": {
23     "InAppSettingsKit": "InAppSettingsKit/Resources/*"
24   },
25   "source_files": "InAppSettingsKit/**/*.{h,m}",
26   "frameworks": [
27     "MessageUI",
28     "UIKit"
29   ],
30   "platforms": {
31     "ios": "9.0"
32   }