[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / c / MXLInstallTracker / 1.0.2 / MXLInstallTracker.podspec.json
blob4cc69a8866afa5d2267d5a034276d551fd8fe0e1
2   "name": "MXLInstallTracker",
3   "platforms": {
4     "ios": "6.0"
5   },
6   "version": "1.0.2",
7   "summary": "Track installs on the major ad networks.",
8   "description": "  \t\t\t\t\tAt MobileX Labs we had the issue of wanting robust install tracking and attribution for our apps. This pod will allow you to attribute installs on all major platform with only one line of code.\n",
9   "homepage": "https://github.com/KiranPanesar/MXLInstallTracker",
10   "license": "MIT",
11   "authors": {
12     "Kiran Panesar": "kiran@mobilexlabs.com"
13   },
14   "source": {
15     "git": "https://github.com/KiranPanesar/MXLInstallTracker.git",
16     "tag": "1.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "MXLInstallTracker/**/*.{h,m}"
21   ],
22   "vendored_libraries": "MXLInstallTracker/**/*.a",
23   "vendored_frameworks": "MXLInstallTracker/**/*.framework",
24   "requires_arc": true,
25   "frameworks": "AdSupport",
26   "dependencies": {
27     "GA-iOS-SDK": [
29     ]
30   }