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