[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 1 / c / BMCategory / 0.0.5 / BMCategory.podspec.json
blob6a94cbe0ec36f591990e652905344b05c7db0cbb
2   "name": "BMCategory",
3   "version": "0.0.5",
4   "summary": "Custom Category used on iOS.",
5   "description": "Custom Category used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/androidmao/BMCategory",
7   "license": "MIT",
8   "authors": {
9     "androidmao": "androidmao@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/androidmao/BMCategory.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "BMCategory/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "Masonry": [
23     ]
24   }