[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 5 / LPDataStructures / 0.1.1 / LPDataStructures.podspec.json
blob3be61f43261a662461509a68a5cfd3764c6de478
2   "name": "LPDataStructures",
3   "version": "0.1.1",
4   "summary": "Some sweet data structures",
5   "description": "                   This is a collection of Objective C data structures that I've written. \n                   I'll be adding to this through the years as I make new ones that I need.\n",
6   "homepage": "https://github.com/lancep/LPDataStructures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lance Parker": "cymerc@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/lancep/LPDataStructures.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "**/*.{h,m}",
23   "requires_arc": true