blob: a85c78abab4b399964c9446eccba34f81e2ee281 [file] [log] [blame]
{
"name": "InAppSettingsKit",
"version": "2.10",
"summary": "This iPhone framework allows settings to be in-app in addition to being in the Settings app.",
"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.",
"authors": {
"Ortwin Gentz": "http://www.futuretap.com",
"Luc Vandal": "http://edovia.com/company/#contact_form"
},
"social_media_url": "https://twitter.com/IASettingsKit",
"homepage": "https://github.com/futuretap/InAppSettingsKit",
"license": "BSD",
"requires_arc": true,
"source": {
"git": "https://github.com/futuretap/InAppSettingsKit.git",
"branch": "master",
"tag": "2.10"
},
"resource_bundles": {
"InAppSettingsKit": "InAppSettingsKit/Resources/*"
},
"source_files": "InAppSettingsKit/**/*.{h,m}",
"frameworks": [
"MessageUI",
"UIKit"
],
"platforms": {
"ios": "8.0"
}
}