[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / f / 6 / BKCategories / 0.2 / BKCategories.podspec.json
blob66462e7b4b7d4002dd8ba5428765c640ea12b24a
2   "name": "BKCategories",
3   "version": "0.2",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "A collection of categories for a quick start.",
8   "homepage": "https://github.com/futureisblank/BKCategories",
9   "authors": {
10     "Aymeric Gallissot": "hello@aymeric.io"
11   },
12   "source": {
13     "git": "https://github.com/futureisblank/BKCategories.git",
14     "tag": "0.2"
15   },
16   "source_files": [
17     "UIColor+Helpers.{h,m}",
18     "UIImage+Colors.{h,m}",
19     "UIView+Position.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "7.0"
24   }