[Add] MARSDK_EASPRO 5.0.3
[CocoaPods.git] / Specs / 2 / 9 / f / FlurryLaunchOrigin / 0.0.1 / FlurryLaunchOrigin.podspec.json
blob67c2d127acc3eff121143a2045a369820e3a9911
2   "name": "FlurryLaunchOrigin",
3   "version": "0.0.1",
4   "summary": "App Launch Origin Tracker",
5   "description": "Handy library to instrument application cold and warm launches.\n",
6   "homepage": "https://github.com/Flurry/FlurryLaunchOrigin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daryl Low": "dlow@yahoo-inc.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/flurry/FlurryLaunchOrigin.git",
19     "tag": "v0.0.1"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "default_subspecs": "FullSDK",
27   "subspecs": [
28     {
29       "name": "FullSDK",
30       "source_files": "FlurryLaunchOrigin/**/*.{h,m}",
31       "public_header_files": "FlurryLaunchOrigin/Public/*.h"
32     }
33   ]