[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / 1 / AloomaIos / 0.1.0 / AloomaIos.podspec.json
blobfebbef55f4fc3d46fe3648db21e7173d6b220d2f
2   "name": "AloomaIos",
3   "version": "0.1.0",
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.0"
13   },
14   "social_media_url": "https://twitter.com/aloomainc",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "AloomaIos/*.{m,h}",
20   "resource_bundles": {
21     "AloomaIos": [
22       "AloomaIos/*.png"
23     ]
24   },
25   "libraries": "icucore",
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "SystemConfiguration"
30   ]