[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 6 / e / c / BIObjCHelpers / 0.2.9 / BIObjCHelpers.podspec.json
blobaac27134a0c359056df65afda2aad75cf3329fd8
2   "name": "BIObjCHelpers",
3   "version": "0.2.9",
4   "summary": "My collection of Objective-C helpers",
5   "description": "Simple collection of classes commonly used in Objective-C projects.",
6   "homepage": "https://github.com/grigaci/BIObjCHelpers",
7   "license": "MIT",
8   "authors": {
9     "Bogdan Iusco": "bogdan.iusco@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/grigaci/BIObjCHelpers.git",
13     "tag": "0.2.9"
14   },
15   "social_media_url": "https://twitter.com/bogdaniusco",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "SVPullToRefresh": [
23     ]
24   },
25   "source_files": [
26     "Pod/**/*.{h,m}",
27     "Pod/Datasource/**/*.{h,m}",
28     "Pod/Handlers/**/*.{h,m}",
29     "Pod/Categories/**/*.{h,m}",
30     "Pod/Batch/**/*.{h,m}"
31   ]