[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 5 / cf-jsmn / 0.2.0 / cf-jsmn.podspec.json
blob46f57793811a0a1f328b41e47a4a6f39a9bea5de
2   "name": "cf-jsmn",
3   "version": "0.2.0",
4   "summary": "CF (OS X and iOS) version of jsmn",
5   "description": "A Core Foundation compatible version of the awesome lightweight JSON parser\n\"jsmn\", with support for unicode strings.",
6   "homepage": "https://github.com/luckymarmot/cf-jsmn",
7   "license": "MIT",
8   "authors": {
9     "Micha Mazaheri": "micha@mazaheri.me"
10   },
11   "source": {
12     "git": "https://github.com/luckymarmot/cf-jsmn.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/luckymarmot",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": false,
21   "source_files": "src/*",
22   "public_header_files": "src/*.h"