[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 7 / f / DRTap / 1.0 / DRTap.podspec.json
blob810e433823050e61cb33f7ab26a68ea21fa0ded9
2   "name": "DRTap",
3   "version": "1.0",
4   "summary": ".tap from Ruby implemented as a category on NSObject.",
5   "homepage": "http://github.com/danramteke/DRTap",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Daniel Ramteke": "dramteke@cyrusinnovation.com"
12   },
13   "source": {
14     "git": "https://github.com/danramteke/DRTap.git",
15     "tag": "v1.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "DRTap/**/*.{h,m}",
21   "exclude_files": "DRTapDemo",
22   "public_header_files": "DRTap/**/*.h",
23   "requires_arc": true