[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / a / NODE_ / 0.1.0 / NODE_.podspec.json
blobcbd1b79269a3eccde5203e8cb972f6f2925eadb5
2   "name": "NODE_",
3   "version": "0.1.0",
4   "summary": "Create a tree from any objects.",
5   "description": "  NODE is a category on NSObject that let's you build parent - children tree\n  structures from any object. \n",
6   "homepage": "https://github.com/markohlebar/NODE",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marko Hlebar": "marko.hlebar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/markohlebar",
15   "source": {
16     "git": "https://github.com/markohlebar/NODE.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "NODE",
21     "NODE/**/*.{h,m}"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "7.0"
26   }