[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / c / 5 / 6 / BBTemplater / 0.1.7 / BBTemplater.podspec.json
blob676d9372e84b91bff7ba92405323c8e82dc064a5
2   "name": "BBTemplater",
3   "version": "0.1.7",
4   "summary": "Engine to process data.",
5   "description": "Allows to process text data with xml templates.",
6   "homepage": "https://github.com/Ligr/BBTemplater",
7   "license": "MIT",
8   "authors": {
9     "Alex": "aliaksandr.huryn@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Ligr/BBTemplater.git",
13     "tag": "0.1.7"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BBTemplater": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Sequencer": [
27       "~> 1.0"
28     ],
29     "LPXML": [
30       "~> 0.1"
31     ]
32   }