[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / c / b / 2 / Blueshift-mParticle-Kit / 0.0.8 / Blueshift-mParticle-Kit.podspec.json
blob1f647685acf5a68e3f67de91f3286e494f2b8b43
2   "name": "Blueshift-mParticle-Kit",
3   "version": "0.0.8",
4   "summary": "iOS SDK for integrating push notification and analytics",
5   "description": "A longer description of Blueshift-mParticle-Kit in Markdown format.\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!",
6   "homepage": "https://github.com/blueshift-labs/mparticle-apple-integration-blueshift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Blueshift": "success@getblueshift.com"
13   },
14   "source": {
15     "git": "https://github.com/blueshift-labs/mparticle-apple-integration-blueshift.git",
16     "tag": "0.0.8"
17   },
18   "exclude_files": "Classes/Exclude",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "ios": {
23     "frameworks": [
24       "CoreTelephony",
25       "SystemConfiguration"
26     ],
27     "source_files": "Blueshift-mParticle-Kit/*.{h,m}",
28     "dependencies": {
29       "mParticle-Apple-SDK": [
31       ],
32       "BlueShift-iOS-SDK": [
34       ]
35     }
36   }