Skip to content

Commit

Permalink
Fixed cocoapods linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
futuretap committed Feb 4, 2015
1 parent 5ea6f42 commit 8566e45
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions InAppSettingsKit.podspec.json
@@ -1,22 +1,26 @@
{
"name": "InAppSettingsKit",
"version": "2.4.1",
"platforms": {
"ios": "6.0"
},
"summary": "This iPhone framework allows settings to be in-app in addition to being in the Settings app.",
"homepage": "https://github.com/futuretap/InAppSettingsKit",
"authors": {
"Ortwin Gentz": "http://www.futuretap.com/contact/",
"Luc Vandal": "http://edovia.com/company/#contact_form"
},
"license": "BSD",
"source": {
"git": "https://github.com/futuretap/InAppSettingsKit.git",
"tag": "2.4.1"
},
"source_files": "InAppSettingsKit/**/*.{h,m}",
"resource_bundles": {"InAppSettingsKit": "InAppSettingsKit/Resources/*"},
"frameworks": "MessageUI",
"requires_arc": true
"authors": {
"Luc Vandal": "http://edovia.com/company/#contact_form",
"Ortwin Gentz": "http://www.futuretap.com/contact/"
},
"deployment_target": "6.0",
"frameworks": "MessageUI",
"homepage": "https://github.com/futuretap/InAppSettingsKit",
"license": "BSD",
"name": "InAppSettingsKit",
"platform": [
"ios"
],
"requires_arc": true,
"resource_bundles": {
"InAppSettingsKit": "InAppSettingsKit/Resources/*"
},
"social_media_url": "https://twitter.com/IASettingsKit",
"source": {
"git": "https://github.com/futuretap/InAppSettingsKit.git",
"tag": "2.4.2"
},
"source_files": "InAppSettingsKit/**/*.{h,m}",
"summary": "This iPhone framework allows settings to be in-app in addition to being in the Settings app.",
"version": "2.4.2"
}

0 comments on commit 8566e45

Please sign in to comment.