[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / 3 / Folklore / 0.4.0 / Folklore.podspec.json
blob1955249b5269f0dced63b754d6fbbb9591e90f3a
2   "name": "Folklore",
3   "version": "0.4.0",
4   "license": "MIT",
5   "summary": "League of Legends chat service library for iOS and OS X.",
6   "homepage": "https://github.com/jcouture/Folklore",
7   "authors": {
8     "Jean-Philippe Couture": "jcouture@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jcouture/Folklore.git",
12     "tag": "0.4.0"
13   },
14   "source_files": "Folklore",
15   "requires_arc": true,
16   "xcconfig": {
17     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
18   },
19   "platforms": {
20     "osx": "10.7",
21     "ios": "6.0"
22   },
23   "dependencies": {
24     "XMPPFramework": [
25       "~> 3.6.4"
26     ]
27   }