[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / d / c / TBXML+NSDictionary / 0.0.1 / TBXML+NSDictionary.podspec.json
blob4e987b5d5e5dec25a1338a4d5192c0d57294fc50
2   "name": "TBXML+NSDictionary",
3   "version": "0.0.1",
4   "summary": "XML to NSDictionary through TBXML.",
5   "homepage": "https://github.com/mackoj/TBXML-NSDictionary",
6   "license": {
7     "type": "wtfpl",
8     "text": "        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \n                    Version 2, December 2004 \n\n Copyright (C) 2013 Jeffrey Macko <dev@macko.fr> \n\n Everyone is permitted to copy and distribute verbatim or modified \n copies of this license document, and changing it is allowed as long \n as the name is changed. \n\n            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE \n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION \n\n  0. You just DO WHAT THE FUCK YOU WANT TO.\n"
9   },
10   "authors": {
11     "Jeffrey Macko": "dev@macko.fr"
12   },
13   "source": {
14     "git": "https://github.com/mackoj/TBXML-NSDictionary.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "TBXML+NSDictionary/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "TBXML": [
24       "~> 1.5.0"
25     ]
26   }