[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 5 / 1 / IVYPool / 0.2 / IVYPool.podspec.json
blobcd8a9d2dd601df876f6ce7e77f9a1bc85dee276a
2   "name": "IVYPool",
3   "version": "0.2",
4   "summary": "A thread safe pool factory for iOS. Store, get and create objects on demand.",
5   "homepage": "https://github.com/hfossli/IVYPool",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "authors": {
15     "HÃ¥vard Fossli": "hfossli@agens.no"
16   },
17   "source": {
18     "git": "https://github.com/hfossli/IVYPool.git",
19     "tag": "0.2"
20   },
21   "frameworks": "Foundation",
22   "source_files": "Source/**/*.{h,m,mm,hpp,cpp,c}",
23   "exclude_files": "Source/**/*Test.{h,m,mm,hpp,cpp,c}"