[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 5 / 2 / JPHAsyncOperation / 1.0.1 / JPHAsyncOperation.podspec.json
blobb0ec5e5fcf5810e2f4bd172dfbd5f1cfbbf7c1d6
2   "name": "JPHAsyncOperation",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "An NSOperation subclass and NSOperationQueue category for easy async block operations.",
6   "homepage": "https://github.com/jpmhouston/JPHAsyncOperation",
7   "authors": {
8     "Pierre Houston": "jpmhouston@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jpmhouston/JPHAsyncOperation.git",
12     "tag": "v1.0.1"
13   },
14   "source_files": [
15     "JPHAsyncOperation.h",
16     "JPHAsyncOperation.m",
17     "NSOperationQueue+JPHAsync.h",
18     "NSOperationQueue+JPHAsync.m"
19   ],
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "7.0",
24     "osx": "10.8"
25   }