blob: 7dbbff58085c1c9c90baf8ffa8218a65cf4d1ebe [file] [log] [blame]
{
"name": "ToggleHQ",
"version": "1.0.0",
"summary": "iOS SDK for ToggleHQ",
"homepage": "https://togglehq.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ToggleHQ": "feedback+ios@togglehq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/togglehq/togglehq-ios-cocoapod.git",
"tag": "1.0.0"
},
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"default_subspecs": "AllFeaturesLib",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"Underscore.m": [
],
"STPopup": [
]
},
"subspecs": [
{
"name": "AllFeaturesLib",
"vendored_frameworks": "ToggleHQ.framework",
"resource_bundles": {
"ToggleHQResources": [
"Assets/*.{png,xib,nib}"
]
}
}
]
}