[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 4 / CocoaDeveloperKit / 0.0.2 / CocoaDeveloperKit.podspec.json
blobe7ea9dc92aa0a2de3b18e63a1bdc78412fd60794
2   "name": "CocoaDeveloperKit",
3   "version": "0.0.2",
4   "summary": "CocoaDeveloperKit is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.",
5   "description": "'CocoaDeveloperKit' is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.\n",
6   "homepage": "https://github.com/miken01/CocoaDeveloperKit",
7   "license": "MIT",
8   "authors": {
9     "Mike Neill": "michael_neill@me.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/miken01/CocoaDeveloperKit.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "**/*.{h,m}",
19   "requires_arc": true,
20   "public_header_files": "**/*.{h}",
21   "ios": {
22     "frameworks": [
23       "XCTest",
24       "SystemConfiguration",
25       "Security",
26       "CoreData",
27       "UIKit",
28       "Foundation"
29     ]
30   }