blob: 0bb58878ffd60d4ae93a0632a15c6370adbbb00a [file] [log] [blame]
{
"name": "TriceKit",
"version": "0.3.4",
"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.3.4"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC -lc++"
},
"source_files": "include/TriceKit.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "include/TriceKitShared/*.{h,m}",
"vendored_libraries": "libTriceKitShared.a",
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 2.5"
],
"Mantle": [
"~> 1.5"
]
}
},
{
"name": "ZTA",
"source_files": "include/TriceKitZTA/*.{h,m}",
"vendored_libraries": "libTriceKitZTA.a",
"dependencies": {
"TriceKit/Core": [
]
}
},
{
"name": "Mapping",
"source_files": "include/TriceKitMapping/*.{h,m}",
"vendored_libraries": "libTriceKitMapping.a",
"dependencies": {
"TriceKit/Core": [
],
"BFPaperView": [
"~> 2.1"
],
"BFPaperButton": [
"~> 2.0"
],
"Masonry": [
"~> 0.6"
],
"PocketSVG": [
"~> 0.6"
]
}
}
]
}