[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 3 / libev-iOS / 4.22.0 / libev-iOS.podspec.json
blob9c7e2f5ad5e6bbb3e5ce42bfdecc352b204fcfb2
2   "name": "libev-iOS",
3   "version": "4.22.0",
4   "summary": "Libev for Cocoapods",
5   "description": "This is a binary distribution of the libev library built for iOS and OSX.\nThe library uses configure which makes it a bit tricky to cross compile.",
6   "homepage": "https://github.com/icodesign/libev.git",
7   "authors": {
8     "iCodesign": "leimagnet@gmail.com"
9   },
10   "license": "BSD",
11   "platforms": {
12     "ios": "6.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/icodesign/libev.git",
17     "tag": "4.22.0"
18   },
19   "source_files": "include/*.h",
20   "vendored_libraries": "lib/libev.a",
21   "preserve_paths": [
22     "include",
23     "lib"
24   ],
25   "requires_arc": true,
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libev/include/"
28   }