blob: ca7b8bd9aea45599cc3b1be3cd03769eeb8d18a8 [file] [log] [blame]
{
"name": "TriceKit",
"version": "0.0.5",
"summary": "The TriceKit iOS SDK does things. Better summary coming soon.",
"description": " Todo:\n A longer description of TriceKit in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it! sgs\n",
"homepage": "http://tricekit.com/",
"license": {
"type": "none",
"text": "Copyright 2015 STQRY"
},
"authors": {
"Jake": "jake.bellamy@stqry.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/stqry/TriceKit.git",
"tag": "0.0.5"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC -lc++"
},
"subspecs": [
{
"name": "Core",
"source_files": "include/TriceKitShared/*.h",
"vendored_libraries": "libTriceKitShared.a",
"dependencies": {
"AFNetworking/NSURLSession": [
],
"Mantle": [
]
}
},
{
"name": "ZTA",
"source_files": "include/TriceKitZTA/*.h",
"vendored_libraries": "libTriceKitZTA.a",
"dependencies": {
"TriceKit/Core": [
]
}
}
]
}