[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 0 / d / AKACommons / 0.1.2 / AKACommons.podspec.json
blobb5fae929949944da358134c54355ab8949f17e1f
2   "name": "AKACommons",
3   "version": "0.1.2",
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.2"
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   }