[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / 7 / libev / 4.15.0 / libev.podspec.json
blobb96eaa4569871d0db3ab50ae6b01e48e729d56b8
2   "name": "libev",
3   "version": "4.15.0",
4   "summary": "Unofficial libev mirror for Cocoapods",
5   "description": "                   This is a binary distribution of the libev library built for iOS and OSX.\n                   The library uses configure which makes it a bit tricky to cross compile.\n",
6   "homepage": "http://software.schmorp.de/pkg/libev.html",
7   "license": "BSD",
8   "authors": {
9     "jaylyerly": "jayl@sonicbunny.org"
10   },
11   "social_media_url": "http://twitter.com/jaylyerly",
12   "platforms": {
13     "ios": "6.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/jaylyerly/libev.git",
18     "tag": "4.15.0"
19   },
20   "source_files": "include/*.h",
21   "ios": {
22     "libraries": "ev-ios"
23   },
24   "osx": {
25     "libraries": "ev-osx"
26   },
27   "preserve_paths": [
28     "include",
29     "lib"
30   ],
31   "requires_arc": false,
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libev/include/",
34     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/libev/lib"
35   }