[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 4 / 3 / CRBoilerplate / 0.1.4 / CRBoilerplate.podspec.json
blobfa7b0e53124f2010977b82c09aee48ea882319d5
2   "name": "CRBoilerplate",
3   "version": "0.1.4",
4   "summary": "A library of my boilerplate code for iOS.",
5   "description": "\tCode I'd rather not rewrite a thousand times.\n",
6   "homepage": "https://github.com/yaakov-h/CRBoilerplate",
7   "license": "BSD",
8   "authors": "Yaakov",
9   "source": {
10     "git": "https://github.com/yaakov-h/CRBoilerplate.git",
11     "tag": "0.1.4"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source_files": [
17     "Classes",
18     "CRBoilerplate/**/*.{h,m,c}"
19   ],
20   "public_header_files": "CRBoilerplate/**/{CR,UI,NS}*.h",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "CoreGraphics"
25   ],
26   "requires_arc": true