[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / b / TBSpringBoard / 0.0.1 / TBSpringBoard.podspec.json
blobdd8dc7a9f173fea114d41a45f25d9963905de758
2   "name": "TBSpringBoard",
3   "version": "0.0.1",
4   "summary": "This is UI component which is similar to the iOS HomeScreen.",
5   "description": "This is simulate the iOS SpringBoard.",
6   "homepage": "https://github.com/TimBao/TBSpringBoard",
7   "license": {
8     "type": "Apache License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tim": "dabao0521@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/TimBao/TBSpringBoard.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "TBSpringBoard/SpringBoard/*.{h,m}",
22   "resources": [
23     "TBSpringBoard/**/*.png"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ]
30   }