[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / f / e / Alooma-iOS-AppExtension / 0.1.3 / Alooma-iOS-AppExtension.podspec.json
blobfbf7058ae628339c874c3894067b310434034b2d
2   "name": "Alooma-iOS-AppExtension",
3   "version": "0.1.3",
4   "summary": "An iOS library for sending events to Alooma",
5   "homepage": "https://github.com/aloomaio/iossdk.git",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Alooma Inc": "info@alooma.com"
9   },
10   "source": {
11     "git": "https://github.com/aloomaio/iossdk.git",
12     "tag": "v0.1.3"
13   },
14   "social_media_url": "https://twitter.com/aloomainc",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Alooma-iOS/*.{m,h}",
20   "xcconfig": {
21     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ALOOMA_APP_EXTENSION"
22   },
23   "libraries": "icucore",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "SystemConfiguration"
28   ]