[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 8 / f / AppAnalytics / 0.0.1 / AppAnalytics.podspec.json
blobf1722c7d9150c70e9717c689d88aa648e384b916
2   "name": "AppAnalytics",
3   "version": "0.0.1",
4   "summary": "AppAnalytics framework for iOS",
5   "homepage": "http://appanalytics.io",
6   "authors": {
7     "Vadim Bulavin": "vadim@tundramobile.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.md"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/V8tr/AppAnalytics.git",
18     "tag": "0.0.1"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "MobileCoreServices",
23     "SystemConfiguration",
24     "CoreLocation",
25     "StoreKit",
26     "Foundation"
27   ],
28   "vendored_frameworks": "AppAnalytics.framework",
29   "xcconfig": {
30     "OTHER_LDFLAGS": "-all_load"
31   }