[Add] SwiftCoreData 0.6.2
[CocoaPods.git] / Specs / 0 / 6 / b / SACountingLabel / 0.1.1 / SACountingLabel.podspec.json
blob745381159e02f4a43cd11d408773d3efa04d4488
2   "name": "SACountingLabel",
3   "version": "0.1.1",
4   "summary": "An animated counting UILabel, written in Swift.",
5   "description": "A custom animated counting UILabel, written in Swift.",
6   "homepage": "https://github.com/sudeepag/SACountingLabel",
7   "license": "MIT",
8   "authors": {
9     "Sudeep Agarwal": "sudeep135@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sudeepag/SACountingLabel.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SACountingLabel": [
22       "Pod/Assets/*.png"
23     ]
24   }