[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 0 / d / AKACommons / 0.1.0-pre.1 / AKACommons.podspec.json
blobee06b0ca86177e56d5840d032e8ada59ac7b7829
2   "name": "AKACommons",
3   "version": "0.1.0-pre.1",
4   "license": "BSD",
5   "authors": {
6     "Michael Utech": "michael.utech@aka-labs.com"
7   },
8   "homepage": "https://github.com/mutech/aka-ios-commons/",
9   "summary": "Reusable components.",
10   "source": {
11     "git": "https://github.com/mutech/aka-ios-commons.git",
12     "tag": "0.1.0-pre.1"
13   },
14   "source_files": "AKACommons/Classes/*.{h,m}",
15   "private_header_files": [
16     "AKACommons/Classes/*_Internal.h",
17     "AKACommons/AKATVRowSegment.h",
18     "AKACommons/AKATVSection.h",
19     "AKACommons/AKATVUpdateBatch.h"
20   ],
21   "platforms": {
22     "ios": "8.0"
23   },
24   "frameworks": "Foundation",
25   "module_name": "AKACommons",
26   "dependencies": {
27     "CocoaLumberjack": [
28       "~> 2.1.0"
29     ]
30   }