blob: ba32e1023cdbae76641298f6be665eb1e03f5a5c [file] [log] [blame]
{
"name": "HelpStack",
"version": "1.1.1",
"summary": "In-app customer support framework",
"description": "See helpstack.io for more details",
"homepage": "https://github.com/happyfoxinc/helpstack",
"social_media_url": "https://twitter.com/helpstacksdk",
"license": "MIT",
"authors": {
"HappyFox": "ios@happyfox.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/happyfoxinc/helpstack.git",
"tag": "1.1.1",
"submodules": true
},
"resources": [
"Resources/*.png",
"Resources/*.storyboard"
],
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"subspecs": [
{
"name": "Util",
"source_files": "Classes/Util/*.{h,m}"
},
{
"name": "Core",
"dependencies": {
"HelpStack/Util": [
]
},
"source_files": "Classes/Core/*.{h,m}"
},
{
"name": "Stacks",
"dependencies": {
"HelpStack/Util": [
],
"HelpStack/Core": [
]
},
"source_files": "Classes/Stacks/**/*.{h,m}"
},
{
"name": "UI",
"dependencies": {
"HelpStack/Util": [
],
"HelpStack/Core": [
],
"HelpStack/Stacks": [
]
},
"source_files": "Classes/UI/*.{h,m}"
}
]
}