[Add] CyberSheildiOS 0.1.1
[CocoaPods.git] / Specs / 8 / 4 / 9 / StaticTables / 0.1.0 / StaticTables.podspec.json
bloba56b972ff9cf686d1eaeea5a59aaca47c4bcf86b
2   "name": "StaticTables",
3   "version": "0.1.0",
4   "summary": "A library for easily creating static table views programatically.",
5   "homepage": "https://github.com/jellybeansoup/ios-statictables",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Daniel Farrelly": "daniel@jellystyle.com"
12   },
13   "source": {
14     "git": "https://github.com/jellybeansoup/ios-statictables.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "src/StaticTables/*.{h,m}",
22   "public_header_files": "src/StaticTables/*.h"