[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 5 / LPDataStructures / 0.1.0 / LPDataStructures.podspec.json
blob782cb90ddcb7165e0d0552b3ca35faf15d423b95
2   "name": "LPDataStructures",
3   "version": "0.1.0",
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.0"
21   },
22   "source_files": "**/*.{h,m}",
23   "requires_arc": true