[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / d / 1 / NSString+SmartTrim / 1.0.0 / NSString+SmartTrim.podspec.json
blob82e2e553e8d312730590209fa96aac5cc9ff6f9d
2   "name": "NSString+SmartTrim",
3   "version": "1.0.0",
4   "summary": "Trims a string to a given length, including support for prefixes and suffixes.",
5   "homepage": "https://github.com/needbee/nsstring-smarttrim",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josh Justice": "josh@need-bee.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/needbee/nsstring-smarttrim.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "src",
22     "src/**/*.{h,m}"
23   ],
24   "requires_arc": false