[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / a / 6 / InAppSettingsKit / 2.8 / InAppSettingsKit.podspec.json
blob53e240487e546db9019bd13e394726ef4aaad460
2   "name": "InAppSettingsKit",
3   "version": "2.8",
4   "summary": "This iPhone framework allows settings to be in-app in addition to being in the Settings app.",
5   "authors": {
6     "Ortwin Gentz": "http://www.futuretap.com",
7     "Luc Vandal": "http://edovia.com/company/#contact_form"
8   },
9   "social_media_url": "https://twitter.com/IASettingsKit",
10   "homepage": "https://github.com/futuretap/InAppSettingsKit",
11   "license": "BSD",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/futuretap/InAppSettingsKit.git",
18     "branch": "master",
19     "tag": "2.8"
20   },
21   "resource_bundles": {
22     "InAppSettingsKit": "InAppSettingsKit/Resources/*"
23   },
24   "source_files": "InAppSettingsKit/**/*.{h,m}",
25   "frameworks": [
26     "MessageUI",
27     "UIKit"
28   ]