blob: 67c2d127acc3eff121143a2045a369820e3a9911 [file] [log] [blame]
{
"name": "FlurryLaunchOrigin",
"version": "0.0.1",
"summary": "App Launch Origin Tracker",
"description": "Handy library to instrument application cold and warm launches.\n",
"homepage": "https://github.com/Flurry/FlurryLaunchOrigin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daryl Low": "dlow@yahoo-inc.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/flurry/FlurryLaunchOrigin.git",
"tag": "v0.0.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "FullSDK",
"subspecs": [
{
"name": "FullSDK",
"source_files": "FlurryLaunchOrigin/**/*.{h,m}",
"public_header_files": "FlurryLaunchOrigin/Public/*.h"
}
]
}