[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / 3 / Folklore / 0.2.1 / Folklore.podspec.json
blob4bfac0db950eb3189dad49bc63016f1786df28a9
2   "name": "Folklore",
3   "version": "0.2.1",
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.2.1"
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.2"
26     ]
27   }